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 | ????L? | 001111110011111100111111001111110100110000111111 | 3f3f3f3f4c3f |
SJIS-WIN | 鞜呻ス錠L蒻 | 11101000110111111001100111101111101111011000111111111001010011001110010011101000 | e8df99efbd8ff94ce4e8 |
EUC-JP | 鞜呻ス錠L蒻 | 1111000011100001110100101111000110001110101111011011111011111011010011001110100011101010 | f0e1d2f18ebdbefb4ce8ea |
UTF-8 | 鞜呻ス錠L蒻 | 11101001100111101001110011100101100100011011101111101111101111011011110111101001100011001010000001001100111010001001001010111011 | e99e9ce591bbefbdbde98ca04ce892bb |
UHC | ?呻?錠L蒻 | 001111111110001111100010001111111110111111111100010011001110010110110110 | 3fe3e23feffc4ce5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)