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 | ??練 | 00111111001111111001011111111011 | 3f3f97fb |
EUC-JP | 瀣?練 | 100011111100100110110001001111111100111011111101 | 8fc9b13fcefd |
UTF-8 | 瀣累練 | 111001111000000010100011111011111010010110001111111001111011011110110100 | e780a3efa58fe7b7b4 |
UHC | 瀣累練 | 111110101010111011010010111010011101011010100011 | faaed2e9d6a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)