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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 暎??而? | 10011101111100110011111100111111100011101010011100111111 | 9df33f3f8ea73f |
EUC-JP | 暎??而? | 11011010111101010011111100111111101111001010100100111111 | daf53f3fbca93f |
UTF-8 | 暎㏓맟而쯛 | 111001101001101010001110111000111000111110010011111010111010011110011111111010001000000010001100111011001010111110011011 | e69a8ee38f93eba79fe8808cecaf9b |
UHC | 暎㏓맟而쯛 | 11100111101100101010011111101011100100001010110011101100101110111010100101010110 | e7b2a7eb90acecbba956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)