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 | 邑??? | 1001011101010111001111110011111100111111 | 97573f3f3f |
EUC-JP | 邑??? | 1100110110111000001111110011111100111111 | cdb83f3f3f |
UTF-8 | 邑곈렩렗 | 111010011000001010010001111010101011001110001000111010111010000010101001111010111010000010010111 | e98291eab388eba0a9eba097 |
UHC | 邑곈렩렗 | 1110101111101001101100001110100110001110101101111000111010101100 | ebe9b0e98eb78eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)