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 | ?Y?X?L | 001111110101100100111111010110000011111101001100 | 3f593f583f4c |
SJIS-WIN | ?Y?X?L | 001111110101100100111111010110000011111101001100 | 3f593f583f4c |
EUC-JP | ?Y?X?L | 001111110101100100111111010110000011111101001100 | 3f593f583f4c |
UTF-8 | 혪Y혪X혪L | 111011011001100010101010010110011110110110011000101010100101100011101101100110001010101001001100 | ed98aa59ed98aa58ed98aa4c |
UHC | 혪Y혪X혪L | 110000101001001001011001110000101001001001011000110000101001001001001100 | c29259c29258c2924c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)