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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 譽??言?B | 1110011010100011001111110011111110001100101111100011111101000010 | e6a33f3f8cbe3f42 |
EUC-JP | 譽??言?B | 1110110010100101001111110011111110111000110000000011111101000010 | eca53f3fb8c03f42 |
UTF-8 | 譽길짎言덹B | 11101000101011011011110111101010101110001011100011101100101001111000111011101000101010001000000011101011100011011011100101000010 | e8adbdeab8b8eca78ee8a880eb8db942 |
UHC | 譽길짎言덹B | 1110011111100010101100011110011010100011100110101110010111101011100010010100110001000010 | e7e2b1e6a39ae5eb894c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)