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 | 蒟わ襲茯 | 1110010011100101100000101110110110001111010100001110010010101000 | e4e582ed8f50e4a8 |
EUC-JP | 蒟わ襲茯 | 1110100011100111101001001110111110111101101100011110100010101010 | e8e7a4efbdb1e8aa |
UTF-8 | 蒟わ襲茯 | 111010001001001010011111111000111000001010001111111010001010010110110010111010001000110010101111 | e8929fe3828fe8a5b2e88caf |
UHC | ?わ襲茯 | 00111111101010101110111111100011101010011101110011011010 | 3faaefe3a9dcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)