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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ゴ?泥 | 00111111001111111000001101010011001111111001001101000100 | 3f3f83533f9344 |
EUC-JP | ??ゴ?泥 | 00111111001111111010010110110100001111111100010110100101 | 3f3fa5b43fc5a5 |
UTF-8 | 룵킃ゴ룶泥 | 111010111010001110110101111011011000001010000011111000111000001010110100111010111010001110110110111001101011001110100101 | eba3b5ed8283e382b4eba3b6e6b3a5 |
UHC | 룵킃ゴ룶泥 | 10001111101010101011010010001111101010111011010010001111101010111101001011111010 | 8faab48fabb48fabd2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)