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 | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
SJIS-WIN | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
EUC-JP | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
UTF-8 | 채C혧챈혘짠 | 11101100101100011000010001000011111011011001100010100111111011001011000110001000111011011001100010011000111011001010011110100000 | ecb18443ed98a7ecb188ed9898eca7a0 |
UHC | 채C혧챈혘짠 | 1100001110100100010000111100001010001111110000111010011011000010100000111100001010100111 | c3a443c28fc3a6c283c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)