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 | 踟熊襞迅 | 1110011011110111100011000100011011100101111111001001000001110110 | e6f78c46e5fc9076 |
EUC-JP | 踟熊襞迅 | 1110110011111001101101111010011111101010111111101011111111010111 | ecf9b7a7eafebfd7 |
UTF-8 | 踟熊襞迅 | 111010001011100010011111111001111000011010001010111010001010010110011110111010001011111110000101 | e8b89fe7868ae8a59ee8bf85 |
UHC | ?熊?迅 | 001111111110101010101000001111111110001111110110 | 3feaa83fe3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)