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 | ?衙薯\ | 001111111110010111001001100011111001001001011100 | 3fe5c98f925c |
EUC-JP | ?衙薯\ | 001111111110101011001011101111011111001001011100 | 3feacbbdf25c |
UTF-8 | 媤衙薯\ | 11100101101010101010010011101000101000011001100111101000100101101010111101011100 | e5aaa4e8a199e896af5c |
UHC | 媤衙薯\ | 11100011101110001110010010110111111000001010001101011100 | e3b8e4b7e0a35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)