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 | ?R?H?Y?H | 0011111101010010001111110100100000111111010110010011111101001000 | 3f523f483f593f48 |
SJIS-WIN | ?R?H?Y?H | 0011111101010010001111110100100000111111010110010011111101001000 | 3f523f483f593f48 |
EUC-JP | ?R?H?Y?H | 0011111101010010001111110100100000111111010110010011111101001000 | 3f523f483f593f48 |
UTF-8 | 혪R혪H혪Y혪H | 11101101100110001010101001010010111011011001100010101010010010001110110110011000101010100101100111101101100110001010101001001000 | ed98aa52ed98aa48ed98aa59ed98aa48 |
UHC | 혪R혪H혪Y혪H | 110000101001001001010010110000101001001001001000110000101001001001011001110000101001001001001000 | c29252c29248c29259c29248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)