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 | 壕蕎ㄴ뤯盒쭮 | 111001011010001110010101111010001001010110001110111000111000010010110100111010111010010010101111111001111001101110010010111011001010110110101110 | e5a395e8958ee384b4eba4afe79b92ecadae |
UHC | 壕蕎ㄴ뤯盒쭮 | 111110111011110111001110111100001010010010100100100011111101110111111001111011001010100001000010 | fbbdcef0a4a48fddf9eca842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)