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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 抑?抑瞬^ | 1001011101111101001111111001011101111101100011110111010101011110 | 977d3f977d8f755e |
EUC-JP | 抑?抑瞬^ | 1100110111011110001111111100110111011110101111011101011001011110 | cdde3fcddebdd65e |
UTF-8 | 抑쀇抑瞬^ | 11100110100010101001000111101100100000001000011111100110100010101001000111100111100111101010110001011110 | e68a91ec8087e68a91e79eac5e |
UHC | 抑쀇抑瞬^ | 111001011110010010010111110001111110010111100100111000101110101101011110 | e5e497c7e5e4e2eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)