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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???宥? | 001111110011111100111111100101110100011100111111 | 3f3f3f97473f |
EUC-JP | 轝??宥? | 1000111111100001101010100011111100111111110011011010100000111111 | 8fe1aa3f3fcda83f |
UTF-8 | 轝뚯눥宥켮 | 111010001011110110011101111010111001101010101111111010111000100010100101111001011010111010100101111011001011110010101110 | e8bd9deb9aafeb88a5e5aea5ecbcae |
UHC | 轝뚯눥宥켮 | 11100110101011001000110011101100100001111011110011101010111010011011000101101000 | e6ac8cec87bceae9b168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)