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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 往堯舌橈 | 1000100110011101111010101001111110010000111000111001111011110100 | 899dea9f90e39ef4 |
EUC-JP | 往堯舌橈 | 1011000111111101111101001010000111000000111001011101110011110110 | b1fdf4a1c0e5dcf6 |
UTF-8 | 往堯舌橈 | 111001011011111010000000111001011010000010101111111010001000100010001100111001101010100110001000 | e5be80e5a0afe8888ce6a988 |
UHC | 往堯舌橈 | 1110100011011001111010001110101111100000110111111110100011111010 | e8d9e8ebe0dfe8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)