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 | ???Le^ | 001111110011111100111111010011000110010101011110 | 3f3f3f4c655e |
SJIS-WIN | ???Le^ | 001111110011111100111111010011000110010101011110 | 3f3f3f4c655e |
EUC-JP | ???Le^ | 001111110011111100111111010011000110010101011110 | 3f3f3f4c655e |
UTF-8 | 혩짱혩Le^ | 111011011001100010101001111011001010011110110001111011011001100010101001010011000110010101011110 | ed98a9eca7b1ed98a94c655e |
UHC | 혩짱혩Le^ | 110000101001000111000010101011111100001010010001010011000110010101011110 | c291c2afc2914c655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)