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 | 抑??一 | 100101110111110100111111001111111000100011101010 | 977d3f3f88ea |
EUC-JP | 抑??一 | 110011011101111000111111001111111011000011101100 | cdde3f3fb0ec |
UTF-8 | 抑띔래一 | 111001101000101010010001111010111001110110010100111010111001111010011000111001001011100010000000 | e68a91eb9d94eb9e98e4b880 |
UHC | 抑띔래一 | 1110010111100100101101101110101010110111101000011110110011101001 | e5e4b6eab7a1ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)