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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??窪?恁?B | 001111110011111110001100010001010011111110011100100011000011111101000010 | 3f3f8c453f9c8c3f42 |
EUC-JP | ??窪?恁?B | 001111110011111110110111101001100011111111010111111011000011111101000010 | 3f3fb7a63fd7ec3f42 |
UTF-8 | 林렱窪렱恁렯B | 11101111101001111011010011101011101000001011000111100111101010101010101011101011101000001011000111100110100000011000000111101011101000001010111101000010 | efa7b4eba0b1e7aaaaeba0b1e68181eba0af42 |
UHC | 林렱窪렱恁렯B | 11101100111101111000111010111110111010001100000110001110101111101110110011110110100011101011110001000010 | ecf78ebee8c18ebeecf68ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)