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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 斜雫邪 | 100011101100111010001110101101001000111011010111 | 8ece8eb48ed7 |
EUC-JP | 斜雫邪 | 101111001101000010111100101101101011110011011001 | bcd0bcb6bcd9 |
UTF-8 | 斜雫邪 | 111001101001011010011100111010011001101110101011111010011000001010101010 | e6969ce99babe982aa |
UHC | 斜?邪 | 1101111011011000001111111101111011110111 | ded83fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)