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 | 筌?‘苑?? | 111000101010001100111111100000010110010110001001100100010011111100111111 | e2a33f816589913f3f |
EUC-JP | 筌?‘苑?? | 111001001010010100111111101000011100011010110001111100010011111100111111 | e4a53fa1c6b1f13f3f |
UTF-8 | 筌띾‘苑띶맅 | 111001111010110110001100111010111001110110111110111000101000000010011000111010001000101110010001111010111001110110110110111010111010011110000101 | e7ad8ceb9dbee28098e88b91eb9db6eba785 |
UHC | 筌띾‘苑띶맅 | 111011111010011110001101111010111010000110101110111010101011110110001101111001011001000010011111 | efa78deba1aeeabd8de5909f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)