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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 妊捧?前 | 10010100010001001001010111111001001111111001000101001111 | 944495f93f914f |
EUC-JP | 妊捧?前 | 11000111101001011100101011111011001111111100000110110000 | c7a5cafb3fc1b0 |
UTF-8 | 妊捧뱄前 | 111001011010011010001010111001101000110110100111111010111011000110000100111001011000100110001101 | e5a68ae68da7ebb184e5898d |
UHC | 妊捧뱄前 | 1110110011110100110111001110100110111001111011111110111011110001 | ecf4dce9b9efeef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)