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 | 湿蔀セ | 1000111010111100100011101100000110111110 | 8ebc8ec1be |
EUC-JP | 湿蔀セ | 101111001011111010111100110000111000111010111110 | bcbebcc38ebe |
UTF-8 | 湿蔀セ | 111001101011100110111111111010001001010010000000111011111011110110111110 | e6b9bfe89480efbdbe |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)