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 | 剪?億?言汀 | 10011001100100100011111110001001101011010011111110001100101111101001001011110011 | 99923f89ad3f8cbe92f3 |
EUC-JP | 剪?億?言汀 | 11010001111100100011111110110010101011110011111110111000110000001100010011110101 | d1f23fb2af3fb8c0c4f5 |
UTF-8 | 剪렮億뜸言汀 | 111001011000100110101010111010111010000010101110111001011000010010000100111010111001110010111000111010001010100010000000111001101011000110000000 | e589aaeba0aee58484eb9cb8e8a880e6b180 |
UHC | 剪렮億뜸言汀 | 111011101111001010001110101110111110010111100010101101101110010011100101111010111110111111100010 | eef28ebbe5e2b6e4e5ebefe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)