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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 云紗麻郁?? | 10001001010111011000111011010001100101101000001110001000111010000011111100111111 | 895d8ed1968388e83f3f |
EUC-JP | 云紗麻郁?? | 10110001101111101011110011010011110010111110001110110000111010100011111100111111 | b1bebcd3cbe3b0ea3f3f |
UTF-8 | 云紗麻郁양횐 | 111001001011101010010001111001111011010010010111111010011011101010111011111010011000001110000001111011001001011010010001111011011001101010010000 | e4ba91e7b497e9babbe98381ec9691ed9a90 |
UHC | 云紗麻郁양횐 | 111010011111011011011110111010011101100010101011111010011111010010111110111001111100100010111010 | e9f6dee9d8abe9f4bee7c8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)