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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | フタ蹊 | 11001100110000001110011011111100 | ccc0e6fc |
EUC-JP | フタ蹊 | 100011101100110010001110110000001110110011111110 | 8ecc8ec0ecfe |
UTF-8 | フタ蹊 | 111011111011111010001100111011111011111010000000111010001011100110001010 | efbe8cefbe80e8b98a |
UHC | ??蹊 | 00111111001111111111101110110111 | 3f3ffbb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)