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 | 億?? | 10001001101011010011111100111111 | 89ad3f3f |
EUC-JP | 億?? | 10110010101011110011111100111111 | b2af3f3f |
UTF-8 | 億썼뼶 | 111001011000010010000100111011001000110110111100111010111011110010110110 | e58484ec8dbcebbcb6 |
UHC | 億썼뼶 | 111001011110001010111101111010001001011010111001 | e5e2bde896b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)