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^ | 111011001011000110011000111011001011000010111110111011011001100010101100111011001011000110011001111011011001100010011000111011001010100010010100010111100110010101011110 | ecb198ecb0beed98acecb199ed9898eca8945e655e |
UHC | 챘찾혬챙혘쨔^e^ | 110000111010101111000011101000111100001010010100110000111010110011000010100000111100001010111001010111100110010101011110 | c3abc3a3c294c3acc283c2b95e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)