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 | 沃κ?宥 | 10010111100000001000001111001000001111111001011101000111 | 978083c83f9747 |
EUC-JP | 沃κ?宥 | 11001101111000001010011011001010001111111100110110101000 | cde0a6ca3fcda8 |
UTF-8 | 沃κ랙宥 | 1110011010110010100000111100111010111010111010111001111010011001111001011010111010100101 | e6b283cebaeb9e99e5aea5 |
UHC | 沃κ랙宥 | 1110100010101010101001011110101010110111101000101110101011101001 | e8aaa5eab7a2eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)