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 | 沃κ?媛 | 10010111100000001000001111001000001111111001010101010001 | 978083c83f9551 |
EUC-JP | 沃κ?媛 | 11001101111000001010011011001010001111111100100110110010 | cde0a6ca3fc9b2 |
UTF-8 | 沃κ선媛 | 1110011010110010100000111100111010111010111011001000010010100000111001011010101010011011 | e6b283cebaec84a0e5aa9b |
UHC | 沃κ선媛 | 1110100010101010101001011110101010111100101100011110101010110000 | e8aaa5eabcb1eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)