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 | ??數 | 00111111001111111001110111001001 | 3f3f9dc9 |
EUC-JP | ??數 | 00111111001111111101101011001011 | 3f3fdacb |
UTF-8 | 뤞삐數 | 111010111010010010011110111011001000001010010000111001101001010110111000 | eba49eec8290e695b8 |
UHC | 뤞삐數 | 100011111100110110111011110111111110001010100110 | 8fcdbbdfe2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)