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 | 0011111100111111100101101111100100111111001111110011111101000010 | 3f3f96f93f3f3f42 |
EUC-JP | ??愉???B | 0011111100111111110011001111101100111111001111110011111101000010 | 3f3fccfb3f3f3f42 |
UTF-8 | 렱롅愉섶렯렧B | 11101011101000001011000111101011101000011000010111100110100001001000100111101100100001001011011011101011101000001010111111101011101000001010011101000010 | eba0b1eba185e68489ec84b6eba0afeba0a742 |
UHC | 렱롅愉섶렯렧B | 10001110101111101000111011001011111010101111000010111100101110111000111010111100100011101011011001000010 | 8ebe8ecbeaf0bcbb8ebc8eb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)