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 | 郢ス蛻サミャ | 1110011110111001101111011110010110001000101110111101000010101100 | e7b9bde588bbd0ac |
EUC-JP | 郢ス蛻サミャ | 111011101011101110001110101111011110100111101000100011101011101110001110110100001000111010101100 | eebb8ebde9e88ebb8ed08eac |
UTF-8 | 郢ス蛻サミャ | 111010011000001110100010111011111011110110111101111010001001101110111011111011111011110110111011111011111011111010010000111011111011110110101100 | e983a2efbdbde89bbbefbdbbefbe90efbdac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)