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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 奪損其谷造 | 10010010010001001001000110111001100100011011010010010010010010101001000110100010 | 924491b991b4924a91a2 |
EUC-JP | 奪損其谷造 | 11000011101001011100001010111011110000101011011011000011101010111100001010100100 | c3a5c2bbc2b6c3abc2a4 |
UTF-8 | 奪損其谷造 | 111001011010010110101010111001101001000010001101111001011000010110110110111010001011000010110111111010011000000010100000 | e5a5aae6908de585b6e8b0b7e980a0 |
UHC | 奪損其谷造 | 11110111101011001110000111011111110100001110110011001101110110111111000011100011 | f7ace1dfd0eccddbf0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)