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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??ゴ?泥? | 0011111100111111100000110101001100111111100100110100010000111111 | 3f3f83533f93443f |
EUC-JP | ??ゴ?泥? | 0011111100111111101001011011010000111111110001011010010100111111 | 3f3fa5b43fc5a53f |
UTF-8 | 룵킃ゴ룶泥학 | 111010111010001110110101111011011000001010000011111000111000001010110100111010111010001110110110111001101011001110100101111011011001010110011001 | eba3b5ed8283e382b4eba3b6e6b3a5ed9599 |
UHC | 룵킃ゴ룶泥학 | 100011111010101010110100100011111010101110110100100011111010101111010010111110101100011111010000 | 8faab48fabb48fabd2fac7d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)