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 | 顋我シ∵、嫺^ | 1110100011111001100010011110010010111100100000011110011010100100100110110110010101011110 | e8f989e4bc81e6a49b655e |
EUC-JP | 顋我シ∵、嫺^ | 11110000111110111011001011100110100011101011110010100010111010001000111010100100110101011100011001011110 | f0fbb2e68ebca2e88ea4d5c65e |
UTF-8 | 顋我シ∵、嫺^ | 11101001101000011000101111100110100010001001000111101111101111011011110011100010100010001011010111101111101111011010010011100101101010111011101001011110 | e9a18be68891efbdbce288b5efbda4e5abba5e |
UHC | ?我?∵??^ | 001111111110010010110010001111111010000111110001001111110011111101011110 | 3fe4b23fa1f13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)