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 | 鸚??揖у? | 111010100101111100111111001111111001011101001011100001001000010100111111 | ea5f3f3f974b84853f |
EUC-JP | 鸚??揖у? | 111100111100000000111111001111111100110110101100101001111110010100111111 | f3c03f3fcdaca7e53f |
UTF-8 | 鸚쒖눦揖у럳 | 1110100110111000100110101110110010010010100101101110101110001000101001101110011010001111100101101101000110000011111010111001111110110011 | e9b89aec9296eb88a6e68f96d183eb9fb3 |
UHC | 鸚쒖눦揖у럳 | 111001011010010010011100111011001000011110111101111010111110011110101100111001011000111010010011 | e5a49cec87bdebe7ace58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)