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^ | 001111110011111100111111010111100110010101011110 | 3f3f3f5e655e |
SJIS-WIN | ???^e^ | 001111110011111100111111010111100110010101011110 | 3f3f3f5e655e |
EUC-JP | ???^e^ | 001111110011111100111111010111100110010101011110 | 3f3f3f5e655e |
UTF-8 | 溜븐콉^e^ | 111011111010011110001011111010111011100010010000111011001011110110001001010111100110010101011110 | efa78bebb890ecbd895e655e |
UHC | 溜븐콉^e^ | 111010101111111010111010111011001011000110000101010111100110010101011110 | eafebaecb1855e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)