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 | 鏑孟??阻龍 | 10010011010011001001011011010000001111110011111110010001011010101001011110110100 | 934c96d03f3f916a97b4 |
EUC-JP | 鏑孟??阻龍 | 11000101101011011100110011010010001111110011111111000001110010111100111010110110 | c5adccd23f3fc1cbceb6 |
UTF-8 | 鏑孟렟렫阻龍 | 111010011000111110010001111001011010110110011111111010111010000010011111111010111010000010101011111010011001100010111011111010011011111010001101 | e98f91e5ad9feba09feba0abe998bbe9be8d |
UHC | 鏑孟렟렫阻龍 | 111011101110101111011000111010111000111010110000100011101011100111110000111001101101011110100011 | eeebd8eb8eb08eb9f0e6d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)