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 | 瓦る?筌κ? | 10001010101000101000001011101001001111111110001010100011100000111100100000111111 | 8aa282e93fe2a383c83f |
EUC-JP | 瓦る?筌κ? | 10110100101001001010010011101011001111111110010010100101101001101100101000111111 | b4a4a4eb3fe4a5a6ca3f |
UTF-8 | 瓦る젷筌κ퀓 | 1110011110010011101001101110001110000010100010111110110010100000101101111110011110101101100011001100111010111010111011011000000010010011 | e793a6e3828beca0b7e7ad8ccebaed8093 |
UHC | 瓦る젷筌κ퀓 | 111010001011111110101010111010111010000010101011111011111010011110100101111010101011001110001000 | e8bfaaeba0abefa7a5eab388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)