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 | 谷造其奪俗 | 10010010010010101001000110100010100100011011010010010010010001001001000110101101 | 924a91a291b4924491ad |
EUC-JP | 谷造其奪俗 | 11000011101010111100001010100100110000101011011011000011101001011100001010101111 | c3abc2a4c2b6c3a5c2af |
UTF-8 | 谷造其奪俗 | 111010001011000010110111111010011000000010100000111001011000010110110110111001011010010110101010111001001011111110010111 | e8b0b7e980a0e585b6e5a5aae4bf97 |
UHC | 谷造其奪俗 | 11001101110110111111000011100011110100001110110011110111101011001110000111010100 | cddbf0e3d0ecf7ace1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)