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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 犱。シ犱。シ^ | 111110110101101110100001101111001111101101011011101000011011110001011110 | fb5ba1bcfb5ba1bc5e |
EUC-JP | 犱。シ犱。シ^ | 100011111100101011101111100011101010000110001110101111001000111111001010111011111000111010100001100011101011110001011110 | 8fcaef8ea18ebc8fcaef8ea18ebc5e |
UTF-8 | 犱。シ犱。シ^ | 11100111100010101011000111101111101111011010000111101111101111011011110011100111100010101011000111101111101111011010000111101111101111011011110001011110 | e78ab1efbda1efbdbce78ab1efbda1efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)