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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渦?厓? | 100010010101000100111111111110101000110100111111 | 89513ffa8d3f |
EUC-JP | 渦?厓? | 10110001101100100011111110001111101101001100011100111111 | b1b23f8fb4c73f |
UTF-8 | 渦캝厓쯌 | 111001101011100010100110111011001011101010011101111001011000111010010011111011001010111110001100 | e6b8a6ecba9de58e93ecaf8c |
UHC | 渦캝厓쯌 | 1110100010111110101100000100010011100100111011011010100101001000 | e8beb044e4eda948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)