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 | ?坎頃漿? | 0011111110011010101010101000110110100000100111111111011100111111 | 3f9aaa8da09ff73f |
EUC-JP | ?坎頃漿? | 0011111111010100101011001011101010100010110111101111100100111111 | 3fd4acbaa2def93f |
UTF-8 | 뤶坎頃漿옘 | 111010111010010010110110111001011001110110001110111010011010000010000011111001101011110010111111111011001001100010011000 | eba4b6e59d8ee9a083e6bcbfec9898 |
UHC | 뤶坎頃漿옘 | 10001111111001001100101011101100110011001111000111101101111011001011111110111100 | 8fe4caecccf1edecbfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)