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 | 鬮懃粟鈞幄セ | 1110100110101011100111001110011110001000101111101110011111100000100110111110100010111110 | e9ab9ce788bee7e09be8be |
EUC-JP | 鬮懃粟鈞幄セ | 111100101010110111011000111010011011000011000000111011101110001011010110111010101000111010111110 | f2add8e9b0c0eee2d6ea8ebe |
UTF-8 | 鬮懃粟鈞幄セ | 111010011010110010101110111001101000011110000011111001111011001010011111111010011000100010011110111001011011100110000100111011111011110110111110 | e9acaee68783e7b29fe9889ee5b984efbdbe |
UHC | ?懃粟鈞幄? | 00111111110100001100010011100001110110001101000010110111111001001100000100111111 | 3fd0c4e1d8d0b7e4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)