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 | 雫痔室 | 100011101011010010001110101001001000111010111010 | 8eb48ea48eba |
EUC-JP | 雫痔室 | 101111001011011010111100101001101011110010111100 | bcb6bca6bcbc |
UTF-8 | 雫痔室 | 111010011001101110101011111001111001011110010100111001011010111010100100 | e99babe79794e5aea4 |
UHC | ?痔室 | 0011111111110110110000001110001111111000 | 3ff6c0e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)