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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 曜??筌??\ | 100101110110101000111111001111111110001010100011001111110011111101011100 | 976a3f3fe2a33f3f5c |
EUC-JP | 曜??筌??\ | 110011011100101100111111001111111110010010100101001111110011111101011100 | cdcb3f3fe4a53f3f5c |
UTF-8 | 曜쏅젳筌욌젾\ | 11100110100110111001110011101100100011111000010111101100101000001011001111100111101011011000110011101100100110101000110011101100101000001011111001011100 | e69b9cec8f85eca0b3e7ad8cec9a8ceca0be5c |
UHC | 曜쏅젳筌욌젾\ | 11101000111110001001101111101011101000001010011111101111101001111001111011101011101000001011000001011100 | e8f89beba0a7efa79eeba0b05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)