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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癬?盛秀 | 11100001100111010011111110010000101101111000111101000111 | e19d3f90b78f47 |
EUC-JP | 癬?盛秀 | 11100001111111010011111111000000101110011011110110101000 | e1fd3fc0b9bda8 |
UTF-8 | 癬굩盛秀 | 111001111001100110101100111010101011010110101001111001111001101110011011111001111010011110000000 | e799aceab5a9e79b9be7a780 |
UHC | 癬굩盛秀 | 1110000011001000100000101000111111100000111111001110001010110011 | e0c8828fe0fce2b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)