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 | 昱蓑稻? | 11111010011000111001011010101010111000100110101000111111 | fa6396aae26a3f |
EUC-JP | 昱蓑稻? | 1000111111000010101011011100110010101100111000111100101100111111 | 8fc2adccace3cb3f |
UTF-8 | 昱蓑稻롊 | 111001101001100010110001111010001001001110010001111001111010100010111011111010111010000110001010 | e698b1e89391e7a8bbeba18a |
UHC | 昱蓑稻롊 | 1110100111110000110111101110111011010100101010111000111011010000 | e9f0deeed4ab8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)