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 | 壕蕎?障 | 10001101100010001000101110111100001111111000111111100001 | 8d888bbc3f8fe1 |
EUC-JP | 壕蕎?障 | 10111001111010001011011010111110001111111011111011100011 | b9e8b6be3fbee3 |
UTF-8 | 壕蕎헙障 | 111001011010001110010101111010001001010110001110111011011001011110011001111010011001101010011100 | e5a395e8958eed9799e99a9c |
UHC | 壕蕎헙障 | 1111101110111101110011101111000011000111111010011110111010100001 | fbbdcef0c7e9eea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)