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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 猥θ?~ | 111000001100111010000011110001100011111101111110 | e0ce83c63f7e |
EUC-JP | 猥θ?~ | 111000001101000010100110110010000011111101111110 | e0d0a6c83f7e |
UTF-8 | 猥θ눎~ | 111001111000110010100101110011101011100011101011100010001000111001111110 | e78ca5ceb8eb888e7e |
UHC | 猥θ눎~ | 11101000111001011010010111101000100001111010101001111110 | e8e5a5e887aa7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)