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 | ???佚?? | 00111111001111110011111110011000110000110011111100111111 | 3f3f3f98c33f3f |
EUC-JP | ???佚?? | 00111111001111110011111111010000110001010011111100111111 | 3f3f3fd0c53f3f |
UTF-8 | 溜브세佚뚩뀛 | 111011111010011110001011111010111011100010001100111011001000010010111000111001001011110110011010111010111001101010101001111010111000000010011011 | efa78bebb88cec84b8e4bd9aeb9aa9eb809b |
UHC | 溜브세佚뚩뀛 | 111010101111111010111010111010101011110010111100111011001110101010001100111010001000010110010100 | eafebaeabcbcecea8ce88594 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)