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 | 邪粤糯漆 | 1000111011010111111000101110001111100010111101111000111010111101 | 8ed7e2e3e2f78ebd |
EUC-JP | 邪粤糯漆 | 1011110011011001111001001110010111100100111110011011110010111111 | bcd9e4e5e4f9bcbf |
UTF-8 | 邪粤糯漆 | 111010011000001010101010111001111011001010100100111001111011001110101111111001101011110010000110 | e982aae7b2a4e7b3afe6bc86 |
UHC | 邪??漆 | 110111101111011100111111001111111111011011010100 | def73f3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)