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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 将ア「フ。ゥ | 100011111010101110110001101000101100110010100001111101111110110110101001 | 8fabb1a2cca1f7eda9 |
EUC-JP | 将ア「フ。?ゥ | 10111110101011011000111010110001100011101010001010001110110011001000111010100001001111111000111010101001 | bead8eb18ea28ecc8ea13f8ea9 |
UTF-8 | 将ア「フ。ゥ | 111001011011000010000110111011111011110110110001111011111011110110100010111011111011111010001100111011111011110110100001111011101001011110010000111011111011110110101001 | e5b086efbdb1efbda2efbe8cefbda1ee9790efbda9 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)