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 | 夜??沆?? | 1001011011101001001111110011111111111010111101110011111100111111 | 96e93f3ffaf73f3f |
EUC-JP | 夜??沆?? | 110011001110101100111111001111111000111111000110111010100011111100111111 | cceb3f3f8fc6ea3f3f |
UTF-8 | 夜쏅ㅎ沆볠뇡 | 111001011010010010011100111011001000111110000101111000111000010110001110111001101011001010000110111010111011001110100000111010111000011110100001 | e5a49cec8f85e3858ee6b286ebb3a0eb87a1 |
UHC | 夜쏅ㅎ沆볠뇡 | 111001011010100010011011111010111010010010111110111110011111101010010011111001101000011110001001 | e5a89beba4bef9fa93e68789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)