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 | 抑??溢 | 100101110111110100111111001111111000100011101100 | 977d3f3f88ec |
EUC-JP | 抑??溢 | 110011011101111000111111001111111011000011101110 | cdde3f3fb0ee |
UTF-8 | 抑띕냲溢 | 111001101000101010010001111010111001110110010101111010111000001110110010111001101011101010100010 | e68a91eb9d95eb83b2e6baa2 |
UHC | 抑띕냲溢 | 1110010111100100101101101110101110000110100000101110110011101110 | e5e4b6eb8682ecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)