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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 瘟??泳??] | 111000011000100100111111001111111000100101101010001111110011111101011101 | e1893f3f896a3f3f5d |
EUC-JP | 瘟??泳??] | 111000011110100100111111001111111011000111001011001111110011111101011101 | e1e93f3fb1cb3f3f5d |
UTF-8 | 瘟룡래泳싧겢] | 11100111100110001001111111101011101000111010000111101011100111101001100011100110101100111011001111101100100010111010011111101010101100101010001001011101 | e7989feba3a1eb9e98e6b3b3ec8ba7eab2a25d |
UHC | 瘟룡래泳싧겢] | 11101000101100001011011111100110101101111010000111100111101101101001101011100101100000011011010001011101 | e8b0b7e6b7a1e7b69ae581b45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)