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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 娼ヘ戓與BF | 100011111010100111001101111110101100011111100100011011110100001001000110 | 8fa9cdfac7e46f4246 |
EUC-JP | 娼ヘ戓與BF | 1011111010101011100011101100110110001111101111111010100011100111110100000100001001000110 | beab8ecd8fbfa8e7d04246 |
UTF-8 | 娼ヘ戓與BF | 1110010110101000101111001110111110111110100011011110011010001000100100111110100010001000100001110100001001000110 | e5a8bcefbe8de68893e888874246 |
UHC | 娼??與BF | 1111001111011110001111110011111111100110101010000100001001000110 | f3de3f3fe6a84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)