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 | 葯溽粟錏 | 1110010011011110100111111110011110001000101111101110011111111001 | e4de9fe788bee7f9 |
EUC-JP | 葯溽粟錏 | 1110100011100000110111101110100110110000110000001110111011111011 | e8e0dee9b0c0eefb |
UTF-8 | 葯溽粟錏 | 111010001001000110101111111001101011101010111101111001111011001010011111111010011000110010001111 | e891afe6babde7b29fe98c8f |
UHC | 葯?粟? | 111001011011010100111111111000011101100000111111 | e5b53fe1d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)