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 | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-WIN | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
EUC-JP | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
UTF-8 | 혩혪혢혟혣e | 11101101100110001010100111101101100110001010101011101101100110001010001011101101100110001001111111101101100110001010001101100101 | ed98a9ed98aaed98a2ed989fed98a365 |
UHC | 혩혪혢혟혣e | 1100001010010001110000101001001011000010100010111100001010001001110000101000110001100101 | c291c292c28bc289c28c65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)