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 | 錚???? | 111010000100001000111111001111110011111100111111 | e8423f3f3f3f |
EUC-JP | 錚???? | 111011111010001100111111001111110011111100111111 | efa33f3f3f3f |
UTF-8 | 錚닺렯흔땐 | 111010011000110010011010111010111000101110111010111010111010000010101111111011011001110110010100111010111001010110010000 | e98c9aeb8bbaeba0afed9d94eb9590 |
UHC | 錚닺렯흔땐 | 11101110101101101011010011101000100011101011110011001000111001111011011010101001 | eeb6b4e88ebcc8e7b6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)