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 | ??????^e^ | 001111110011111100111111001111110011111100111111010111100110010101011110 | 3f3f3f3f3f3f5e655e |
SJIS-WIN | ??????^e^ | 001111110011111100111111001111110011111100111111010111100110010101011110 | 3f3f3f3f3f3f5e655e |
EUC-JP | ??????^e^ | 001111110011111100111111001111110011111100111111010111100110010101011110 | 3f3f3f3f3f3f5e655e |
UTF-8 | 채쨘혨챘혻혮^e^ | 111011001011000110000100111011001010100010011000111011011001100010101000111011001011000110011000111011011001100010111011111011011001100010101110010111100110010101011110 | ecb184eca898ed98a8ecb198ed98bbed98ae5e655e |
UHC | 채쨘혨챘혻혮^e^ | 110000111010010011000010101110101100001010010000110000111010101111000010101000001100001010010101010111100110010101011110 | c3a4c2bac290c3abc2a0c2955e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)