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 | 陽哈哈 | 100101110111101010011001111110111001100111111011 | 977a99fb99fb |
EUC-JP | 陽哈哈 | 110011011101101111010010111111011101001011111101 | cddbd2fdd2fd |
UTF-8 | 陽哈哈 | 111010011001100110111101111001011001001110001000111001011001001110001000 | e999bde59388e59388 |
UHC | 陽哈哈 | 111001011101010111111001111010111111100111101011 | e5d5f9ebf9eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)