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 | ??mz??mzB | 001111110011111101101101011110100011111100111111011011010111101001000010 | 3f3f6d7a3f3f6d7a42 |
SJIS-WIN | 偲爾mz偲爾mzB | 10001110110000111000111010100010011011010111101010001110110000111000111010100010011011010111101001000010 | 8ec38ea26d7a8ec38ea26d7a42 |
EUC-JP | 偲爾mz偲爾mzB | 10111100110001011011110010100100011011010111101010111100110001011011110010100100011011010111101001000010 | bcc5bca46d7abcc5bca46d7a42 |
UTF-8 | 偲爾mz偲爾mzB | 1110010110000001101100101110011110001000101111100110110101111010111001011000000110110010111001111000100010111110011011010111101001000010 | e581b2e788be6d7ae581b2e788be6d7a42 |
UHC | ?爾mz?爾mzB | 0011111111101100101100110110110101111010001111111110110010110011011011010111101001000010 | 3fecb36d7a3fecb36d7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)