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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迺ァ蟇「豎「 | 111001111001001010100111111001011010111110100010111001101011000110100010 | e792a7e5afa2e6b1a2 |
EUC-JP | 迺ァ蟇「豎「 | 111011011111001010001110101001111110101010110001100011101010001011101100101100111000111010100010 | edf28ea7eab18ea2ecb38ea2 |
UTF-8 | 迺ァ蟇「豎「 | 111010001011111110111010111011111011110110100111111010001001111110000111111011111011110110100010111010001011000110001110111011111011110110100010 | e8bfbaefbda7e89f87efbda2e8b18eefbda2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)