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 | ???褥? | 001111110011111100111111111001011111000100111111 | 3f3f3fe5f13f |
EUC-JP | ???褥? | 001111110011111100111111111010101111001100111111 | 3f3f3feaf33f |
UTF-8 | 樂띺긽褥⑵ | 111011111010011010111111111010111001110110111010111010101011100010111101111010001010010010100101111000101001000110110101 | efa6bfeb9dbaeab8bde8a4a5e291b5 |
UHC | 樂띺긽褥⑵ | 11101000111110011000110111101001100000111000000111101001101100111010100111101000 | e8f98de98381e9b3a9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)