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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 蘊??筌??F | 111001010101110100111111001111111110001010100011001111110011111101000110 | e55d3f3fe2a33f3f46 |
| EUC-JP | 蘊??筌??F | 111010011011111000111111001111111110010010100101001111110011111101000110 | e9be3f3fe4a53f3f46 |
| UTF-8 | 蘊딅젨筌잙젾F | 11101000100110001000101011101011100101001000010111101100101000001010100011100111101011011000110011101100100111101001100111101100101000001011111001000110 | e8988aeb9485eca0a8e7ad8cec9e99eca0be46 |
| UHC | 蘊딅젨筌잙젾F | 11101000101100111000101011101011101000001010000011101111101001111001111111101011101000001011000001000110 | e8b38aeba0a0efa79feba0b046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)