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 | 溽笞滸 | 100111111110011111100010100110101001111111110101 | 9fe7e29a9ff5 |
EUC-JP | 溽笞滸 | 110111101110100111100011111110101101111011110111 | dee9e3fadef7 |
UTF-8 | 溽笞滸 | 111001101011101010111101111001111010110010011110111001101011101110111000 | e6babde7ac9ee6bbb8 |
UHC | ?笞滸 | 0011111111110111110000101111101111001010 | 3ff7c2fbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)