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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?男如?? | 00111111100100100110101010010100010000000011111100111111 | 3f926a94403f3f |
EUC-JP | ?男如?? | 00111111110000111100101111000111101000010011111100111111 | 3fc3cbc7a13f3f |
UTF-8 | 룶男如룴컦 | 111010111010001110110110111001111001010010110111111001011010011010000010111010111010001110110100111011001011101110100110 | eba3b6e794b7e5a682eba3b4ecbba6 |
UHC | 룶男如룴컦 | 10001111101010111101000111111011111001011111110110001111101010011011000010001111 | 8fabd1fbe5fd8fa9b08f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)