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혥챕혧쩍 | 11101100101100011000010001000011111011011001100010100101111011001011000110010101111011011001100010100111111011001010100110001101 | ecb18443ed98a5ecb195ed98a7eca98d |
UHC | 채C혥챕혧쩍 | 1100001110100100010000111100001010001101110000111010100111000010100011111100001010111101 | c3a443c28dc3a9c28fc2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)