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 | イ桒髀サウ | 111100101011011010110010111110101110001111101001100011111011101110110011 | f2b6b2fae3e98fbbb3 |
EUC-JP | ?イ桒髀サウ | 001111111000111010110010100011111100001111001001111100011110111110001110101110111000111010110011 | 3f8eb28fc3c9f1ef8ebb8eb3 |
UTF-8 | イ桒髀サウ | 111011101000011110101101111011111011110110110010111001101010000110010010111010011010101110000000111011111011110110111011111011111011110110110011 | ee87adefbdb2e6a192e9ab80efbdbbefbdb3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)