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 | 魘溽瓦鮟 | 1110100110110100100111111110011110001010101000101110100110111011 | e9b49fe78aa2e9bb |
EUC-JP | 魘溽瓦鮟 | 1111001010110110110111101110100110110100101001001111001010111101 | f2b6dee9b4a4f2bd |
UTF-8 | 魘溽瓦鮟 | 111010011010110110011000111001101011101010111101111001111001001110100110111010011010111010011111 | e9ad98e6babde793a6e9ae9f |
UHC | ??瓦鮟 | 001111110011111111101000101111111110010011010101 | 3f3fe8bfe4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)