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 | 齊???? | 111010101000111000111111001111110011111100111111 | ea8e3f3f3f3f |
EUC-JP | 齊?栯?? | 1111001111101110001111111000111111000011110100100011111100111111 | f3ee3f8fc3d23f3f |
UTF-8 | 齊렦栯곈렧 | 111010011011110110001010111010111010000010100110111001101010000010101111111010101011001110001000111010111010000010100111 | e9bd8aeba0a6e6a0afeab388eba0a7 |
UHC | 齊렦栯곈렧 | 11110000101110101000111010110101111010011111000110110000111010011000111010110110 | f0ba8eb5e9f1b0e98eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)