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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 溜좊ㅅ泥곹녂 | 111011111010011110001011111011001010001010001010111000111000010110000101111011111010011110100011111010101011001110111001111010111000010110000010 | efa78beca28ae38585efa7a3eab3b9eb8582 |
UHC | 溜좊ㅅ泥곹녂 | 111010101111111010100000111010111010010010110101111011001011001010000001111011011000011010111010 | eafea0eba4b5ecb281ed86ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)