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 | 蹂o?蹂o? | 11100110111110001000001010001111001111111110011011111000100000101000111100111111 | e6f8828f3fe6f8828f3f |
EUC-JP | 蹂o?蹂o? | 11101100111110101010001111101111001111111110110011111010101000111110111100111111 | ecfaa3ef3fecfaa3ef3f |
UTF-8 | 蹂o쫷蹂o쫷 | 111010001011100110000010111011111011110110001111111011001010101110110111111010001011100110000010111011111011110110001111111011001010101110110111 | e8b982efbd8fecabb7e8b982efbd8fecabb7 |
UHC | 蹂o쫷蹂o쫷 | 111010111011001110100011111011111010011010001110111010111011001110100011111011111010011010001110 | ebb3a3efa68eebb3a3efa68e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)