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 | 竭茆鈔 | 111000101001000111100100100110111110011111100010 | e291e49be7e2 |
EUC-JP | 竭茆鈔 | 111000111111000111100111111110111110111011100100 | e3f1e7fbeee4 |
UTF-8 | 竭茆鈔 | 111001111010101110101101111010001000110010000110111010011000100010010100 | e7abade88c86e98894 |
UHC | 竭?? | 11001010111001100011111100111111 | cae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)