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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???瓦?? | 00111111001111110011111110001010101000100011111100111111 | 3f3f3f8aa23f3f |
EUC-JP | ???瓦?? | 00111111001111110011111110110100101001000011111100111111 | 3f3f3fb4a43f3f |
UTF-8 | 醴뺛굠瓦귟떝 | 111011111010011010110111111010111011101010011011111010101011010110100000111001111001001110100110111010101011011110011111111010111001011010011101 | efa6b7ebba9beab5a0e793a6eab79feb969d |
UHC | 醴뺛굠瓦귟떝 | 111001111110010010010101111000111000001010001000111010001011111110000010111010001000101110110011 | e7e495e38288e8bf82e88bb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)