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?R?Y?RB | 001111110101100100111111010100100011111101011001001111110101001001000010 | 3f593f523f593f5242 |
SJIS-WIN | ?Y?R?Y?RB | 001111110101100100111111010100100011111101011001001111110101001001000010 | 3f593f523f593f5242 |
EUC-JP | ?Y?R?Y?RB | 001111110101100100111111010100100011111101011001001111110101001001000010 | 3f593f523f593f5242 |
UTF-8 | 혪Y혪R혪Y혪RB | 1110110110011000101010100101100111101101100110001010101001010010111011011001100010101010010110011110110110011000101010100101001001000010 | ed98aa59ed98aa52ed98aa59ed98aa5242 |
UHC | 혪Y혪R혪Y혪RB | 11000010100100100101100111000010100100100101001011000010100100100101100111000010100100100101001001000010 | c29259c29252c29259c2925242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)