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 | 鈬溽事 | 111001111110001110011111111001111000111010010110 | e7e39fe78e96 |
EUC-JP | 鈬溽事 | 111011101110010111011110111010011011101111110110 | eee5dee9bbf6 |
UTF-8 | 鈬溽事 | 111010011000100010101100111001101011101010111101111001001011101010001011 | e988ace6babde4ba8b |
UHC | ??事 | 00111111001111111101111011000000 | 3f3fdec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)