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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 瀋??\ | 1110000001100011001111110011111101011100 | e0633f3f5c |
EUC-JP | 瀋??\ | 1101111111000100001111110011111101011100 | dfc43f3f5c |
UTF-8 | 瀋딀둍\ | 11100111100000001000101111101011100101001000000011101011100100011000110101011100 | e7808beb9480eb918d5c |
UHC | 瀋딀둍\ | 11100100101000111000101011100110100010100100100101011100 | e4a38ae68a495c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)