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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠇滂セ假セ | 1111101110100001100111111110111110111110100110001110111110111110 | fba19fefbe98efbe |
EUC-JP | ?滂セ假セ | 001111111101111011110001100011101011111011010000111100011000111010111110 | 3fdef18ebed0f18ebe |
UTF-8 | 蠇滂セ假セ | 111010001010000010000111111001101011101110000010111011111011110110111110111001011000000110000111111011111011110110111110 | e8a087e6bb82efbdbee58187efbdbe |
UHC | ?滂?假? | 00111111110110111011010100111111110010101010001100111111 | 3fdbb53fcaa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)