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 | ?????a? | 00111111001111110011111100111111001111110110000100111111 | 3f3f3f3f3f613f |
SJIS-WIN | シス鴫a | 1111000011111100101111001111000110001110101111011000111010110000011000011111000011111100 | f0fcbcf18ebd8eb061f0fc |
EUC-JP | ?シ?ス鴫a? | 00111111100011101011110000111111100011101011110110111100101100100110000100111111 | 3f8ebc3f8ebdbcb2613f |
UTF-8 | シス鴫a | 11101110100000101011101111101111101111011011110011101110100001001000100111101111101111011011110111101001101101001010101101100001111011101000001010111011 | ee82bbefbdbcee8489efbdbde9b4ab61ee82bb |
UHC | ?????a? | 00111111001111110011111100111111001111110110000100111111 | 3f3f3f3f3f613f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)