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 | 智?雋?? | 10010010011100010011111111101000101100100011111100111111 | 92713fe8b23f3f |
EUC-JP | 智?雋?? | 11000011110100100011111111110000101101000011111100111111 | c3d23ff0b43f3f |
UTF-8 | 智렱雋비렰 | 111001101001100110111010111010111010000010110001111010011001101110001011111010111011100110000100111010111010000010110000 | e699baeba0b1e99b8bebb984eba0b0 |
UHC | 智렱雋비렰 | 11110010101010101000111010111110111100011110011010111010111100011000111010111101 | f2aa8ebef1e6baf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)