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 | 篌ъコ | 1110001010111010100001001000110010111010 | e2ba848cba |
EUC-JP | 篌ъコ | 111001001011110010100111111011001000111010111010 | e4bca7ec8eba |
UTF-8 | 篌ъコ | 1110011110101111100011001101000110001010111011111011110110111010 | e7af8cd18aefbdba |
UHC | ?ъ? | 00111111101011001110110000111111 | 3facec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)