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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錵j窟蠎 | 1110100001000101100000101000101010001100010000011110010110111010 | e845828a8c41e5ba |
EUC-JP | 錵j窟蠎 | 1110111110100110101000111110101010110111101000101110101010111100 | efa6a3eab7a2eabc |
UTF-8 | 錵j窟蠎 | 111010011000110010110101111011111011110110001010111001111010101010011111111010001010000010001110 | e98cb5efbd8ae7aa9fe8a08e |
UHC | ?j窟? | 001111111010001111101010110011111101111100111111 | 3fa3eacfdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)