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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猗琺瑾 | 111000001100011011100000111010011110000011110101 | e0c6e0e9e0f5 |
EUC-JP | 猗琺瑾 | 111000001100100011100000111010111110000011110111 | e0c8e0ebe0f7 |
UTF-8 | 猗琺瑾 | 111001111000110010010111111001111001000010111010111001111001000110111110 | e78c97e790bae791be |
UHC | ?琺瑾 | 0011111111011011111101111101000011001000 | 3fdbf7d0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)