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 | 沃κ?油 | 10010111100000001000001111001000001111111001011011111011 | 978083c83f96fb |
EUC-JP | 沃κ?油 | 11001101111000001010011011001010001111111100110011111101 | cde0a6ca3fccfd |
UTF-8 | 沃κ낙油 | 1110011010110010100000111100111010111010111010111000001010011001111001101011001010111001 | e6b283cebaeb8299e6b2b9 |
UHC | 沃κ낙油 | 1110100010101010101001011110101010110011101010111110101011111010 | e8aaa5eab3abeafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)