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 | 脱探他辿 | 1001001001000101100100100101010010010001101111001001001001001000 | 9245925491bc9248 |
EUC-JP | 脱探他辿 | 1100001110100110110000111011010111000010101111101100001110101001 | c3a6c3b5c2bec3a9 |
UTF-8 | 脱探他辿 | 111010001000010010110001111001101000111010100010111001001011101110010110111010001011111010111111 | e884b1e68ea2e4bb96e8bebf |
UHC | ?探他? | 001111111111011110101110111101101110001000111111 | 3ff7aef6e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)