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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猶??依 | 100101110101000000111111001111111000100011001011 | 97503f3f88cb |
EUC-JP | 猶??依 | 110011011011000100111111001111111011000011001101 | cdb13f3fb0cd |
UTF-8 | 猶쎈렫依 | 111001111000110010110110111011001000111010001000111010111010000010101011111001001011111010011101 | e78cb6ec8e88eba0abe4be9d |
UHC | 猶쎈렫依 | 1110101110100010101111011110101110001110101110011110101111101110 | eba2bdeb8eb9ebee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)