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 | 迺ã | 111010001011111110111010111000111000110110010111 | e8bfbae38d97 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 迺ã?? | 1000111110101011101100101000111110100010110001001000111110100010111010111000111110101011101010100011111100111111 | 8fabb28fa2c48fa2eb8fabaa3f3f |
UTF-8 | 迺ã | 110000111010100011000010101111111100001010111010110000111010001111000010100011011100001010010111 | c3a8c2bfc2bac3a3c28dc297 |
UHC | ?¿º??? | 0011111110100010101011111010100010101100001111110011111100111111 | 3fa2afa8ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)