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 | 隘??餓?? | 1110100010100101001111110011111110001001111011000011111100111111 | e8a53f3f89ec3f3f |
EUC-JP | 隘??餓?? | 1111000010100111001111110011111110110010111011100011111100111111 | f0a73f3fb2ee3f3f |
UTF-8 | 隘녶쩀餓뽬씩 | 111010011001101010011000111010111000010110110110111011001010100110000000111010011010010010010011111010111011110110101100111011001001010010101001 | e99a98eb85b6eca980e9a493ebbdacec94a9 |
UHC | 隘녶쩀餓뽬씩 | 111001001111011010000110111001011010010010011010111001001011101110010110111010001011111010111111 | e4f686e5a49ae4bb96e8bebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)