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 | 湫輊牘烋 | 1001111111010101111001110110100011100000101011111110000001111101 | 9fd5e768e0afe07d |
EUC-JP | 湫輊牘烋 | 1101111011010111111011011100100111100000101100011101111111011110 | ded7edc9e0b1dfde |
UTF-8 | 湫輊牘烋 | 111001101011100110101011111010001011110010001010111001111000100110011000111001111000001110001011 | e6b9abe8bc8ae78998e7838b |
UHC | 湫?牘烋 | 11110101110100110011111111010100101110101111110111001110 | f5d33fd4bafdce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)