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 | 溪湫豎渙 | 1001111111100010100111111101010111100110101100011001111111010000 | 9fe29fd5e6b19fd0 |
EUC-JP | 溪湫豎渙 | 1101111011100100110111101101011111101100101100111101111011010010 | dee4ded7ecb3ded2 |
UTF-8 | 溪湫豎渙 | 111001101011101010101010111001101011100110101011111010001011000110001110111001101011100010011001 | e6baaae6b9abe8b18ee6b899 |
UHC | 溪湫?渙 | 11001101101000101111010111010011001111111111110010111001 | cda2f5d33ffcb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)