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 | 〓???ゴ | 10000001101011000011111100111111001111111000001101010011 | 81ac3f3f3f8353 |
EUC-JP | 〓???ゴ | 10100010101011100011111100111111001111111010010110110100 | a2ae3f3f3fa5b4 |
UTF-8 | 〓룵에卽ゴ | 111000111000000010010011111010111010001110110101111011001001011110010000111001011000110110111101111000111000001010110100 | e38093eba3b5ec9790e58dbde382b4 |
UHC | 〓룵에卽ゴ | 10100001111010111000111110101010101111111010000111110001111011011010101110110100 | a1eb8faabfa1f1edabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)