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 | ???績? | 001111110011111100111111100100001101000100111111 | 3f3f3f90d13f |
EUC-JP | 塡??績? | 1000111110111000101101000011111100111111110000001101001100111111 | 8fb8b43f3fc0d33f |
UTF-8 | 塡잴딛績렢 | 111001011010000110100001111011001001111010110100111010111001010010011011111001111011100010111110111010111010000010100010 | e5a1a1ec9eb4eb949be7b8beeba0a2 |
UHC | 塡잴딛績렢 | 11101110111100111100000011101010101101011111001111101110111000001000111010110011 | eef3c0eab5f3eee08eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)