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 | ??Bh\ | 0011111100111111010000100110100001011100 | 3f3f42685c |
SJIS-WIN | ?}Bh\ | 001111111000000101110000010000100110100001011100 | 3f817042685c |
EUC-JP | ?}Bh\ | 001111111010000111010001010000100110100001011100 | 3fa1d142685c |
UTF-8 | 룵}Bh\ | 111010111010001110110101111011111011110110011101010000100110100001011100 | eba3b5efbd9d42685c |
UHC | 룵}Bh\ | 10001111101010101010001111111101010000100110100001011100 | 8faaa3fd42685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)