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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?澈絞蹇?B | 001111111111101101001011100011010110100111100111010000000011111101000010 | 3ffb4b8d69e7403f42 |
EUC-JP | ?澈絞蹇?B | 00111111100011111100100011100101101110011100101011101101101000010011111101000010 | 3f8fc8e5b9caeda13f42 |
UTF-8 | 뤜澈絞蹇賈B | 11101011101001001001110011100110101111101000100011100111101101011001111011101000101110011000011111101111101001001000001101000010 | eba49ce6be88e7b59ee8b987efa48342 |
UHC | 뤜澈絞蹇賈B | 1000111111001011111101001100110111001110111011011100101111110100110011011100111101000010 | 8fcbf4cdceedcbf4cdcf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)