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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | ?g?] | 0011111110000010100001110011111101011101 | 3f82873f5d |
EUC-JP | ?g?] | 0011111110100011111001110011111101011101 | 3fa3e73f5d |
UTF-8 | 烈g쭠] | 11101111101001101001111111101111101111011000011111101100101011011010000001011101 | efa69fefbd87ecada05d |
UHC | 烈g쭠] | 11100110111011111010001111100111101001111001010101011101 | e6efa3e7a7955d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)