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 | 壕蕎??盒? | 100011011000100010001011101111000011111100111111111000011011010000111111 | 8d888bbc3f3fe1b43f |
EUC-JP | 壕蕎??盒? | 101110011110100010110110101111100011111100111111111000101011011000111111 | b9e8b6be3f3fe2b63f |
UTF-8 | 壕蕎툰뤯盒⅛ | 111001011010001110010101111010001001010110001110111011011000100010110000111010111010010010101111111001111001101110010010111000101000010110011011 | e5a395e8958eed88b0eba4afe79b92e2859b |
UHC | 壕蕎툰뤯盒⅛ | 111110111011110111001110111100001100010111110111100011111101110111111001111011001010100011111011 | fbbdcef0c5f78fddf9eca8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)