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窟蠎 | 1110011110100011100000101000101010001100010000011110010110111010 | e7a3828a8c41e5ba |
EUC-JP | 逎j窟蠎 | 1110111010100101101000111110101010110111101000101110101010111100 | eea5a3eab7a2eabc |
UTF-8 | 逎j窟蠎 | 111010011000000010001110111011111011110110001010111001111010101010011111111010001010000010001110 | e9808eefbd8ae7aa9fe8a08e |
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)