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 | ??ヘ?戍憑 | 001111110011111110000011011101110011111110011100111110011001110011011111 | 3f3f83773f9cf99cdf |
EUC-JP | ??ヘ?戍憑 | 001111110011111110100101110110000011111111011000111110111101100011100001 | 3f3fa5d83fd8fbd8e1 |
UTF-8 | 룶欄ヘ룶戍憑 | 111010111010001110110110111011111010010010011101111000111000001110011000111010111010001110110110111001101000100010001101111001101000011010010001 | eba3b6efa49de38398eba3b6e6888de68691 |
UHC | 룶欄ヘ룶戍憑 | 100011111010101111010001111011011010101111011000100011111010101111100010101000011101111010111011 | 8fabd1edabd88fabe2a1debb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)