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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??大 | 00111111001111111001000111100101 | 3f3f91e5 |
EUC-JP | ??大 | 00111111001111111100001011100111 | 3f3fc2e7 |
UTF-8 | 뤙뫙大 | 111010111010010010011001111010111010101110011001111001011010010010100111 | eba499ebab99e5a4a7 |
UHC | 뤙뫙大 | 100011111100100010111000111111011101001111011110 | 8fc8b8fdd3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)