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 | 湖祀? | 1000110011001110111000100100101000111111 | 8ccee24a3f |
EUC-JP | 湖祀? | 1011100011010000111000111010101100111111 | b8d0e3ab3f |
UTF-8 | 湖祀ㄵ | 111001101011100110010110111001111010010110000000111000111000010010110101 | e6b996e7a580e384b5 |
UHC | 湖祀ㄵ | 111110111100100111011110111001011010010010100101 | fbc9dee5a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)