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 | 鏑孟??調? | 100100110100110010010110110100000011111100111111100100101011001000111111 | 934c96d03f3f92b23f |
EUC-JP | 鏑孟??調? | 110001011010110111001100110100100011111100111111110001001011010000111111 | c5adccd23f3fc4b43f |
UTF-8 | 鏑孟렟렫調렠 | 111010011000111110010001111001011010110110011111111010111010000010011111111010111010000010101011111010001010101010111111111010111010000010100000 | e98f91e5ad9feba09feba0abe8aabfeba0a0 |
UHC | 鏑孟렟렫調렠 | 111011101110101111011000111010111000111010110000100011101011100111110000111000001000111010110001 | eeebd8eb8eb08eb9f0e08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)