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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 泥쵻吏뺥쉮吏 | 111011111010011110100011111011001011010110111011111011111010011110011110111010111011101010100101111011001000100110101110111011111010011110011110 | efa7a3ecb5bbefa79eebbaa5ec89aeefa79e |
UHC | 泥쵻吏뺥쉮吏 | 111011001011001010101101010101011110110010100111100101011110110110011010100001101110110010100111 | ecb2ad55eca795ed9a86eca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)