To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??邵? | 0011111100111111111001111011100000111111 | 3f3fe7b83f |
EUC-JP | 飡?邵? | 10001111111010001100100000111111111011101011101000111111 | 8fe8c83feeba3f |
UTF-8 | 飡왃邵왃 | 111010011010001110100001111011001001100110000011111010011000001010110101111011001001100110000011 | e9a3a1ec9983e982b5ec9983 |
UHC | 飡왃邵왃 | 1110000111100010100111101011011011100001110100001001111010110110 | e1e29eb6e1d09eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)