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 | 壕蕎?? | 100011011000100010001011101111000011111100111111 | 8d888bbc3f3f |
EUC-JP | 壕蕎?? | 101110011110100010110110101111100011111100111111 | b9e8b6be3f3f |
UTF-8 | 壕蕎툿뤱 | 111001011010001110010101111010001001010110001110111011011000100010111111111010111010010010110001 | e5a395e8958eed88bfeba4b1 |
UHC | 壕蕎툿뤱 | 1111101110111101110011101111000011000101111110111000111111011111 | fbbdcef0c5fb8fdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)