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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 長???臟? | 1001001010110111001111110011111100111111111001000110011000111111 | 92b73f3f3fe4663f |
EUC-JP | 長?侁?臟? | 11000100101110010011111110001111101100001111110000111111111001111100011100111111 | c4b93f8fb0fc3fe7c73f |
UTF-8 | 長렰侁렑臟렑 | 111010011001010110110111111010111010000010110000111001001011111010000001111010111010000010010001111010001000011110011111111010111010000010010001 | e995b7eba0b0e4be81eba091e8879feba091 |
UHC | 長렰侁렑臟렑 | 111011011111111010001110101111011110001111100000100011101010011011101101111101001000111010100110 | edfe8ebde3e08ea6edf48ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)