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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐喜イャ彧ァ | 111110101011011010001010111011001011001010101100111110101011100110100111 | fab68aecb2acfab9a7 |
EUC-JP | 巐喜イャ彧ァ | 1000111110111011111110011011010011101110100011101011001010001110101011001000111110111100111111101000111010100111 | 8fbbf9b4ee8eb28eac8fbcfe8ea7 |
UTF-8 | 巐喜イャ彧ァ | 111001011011011110010000111001011001011010011100111011111011110110110010111011111011110110101100111001011011110110100111111011111011110110100111 | e5b790e5969cefbdb2efbdace5bda7efbda7 |
UHC | ?喜??彧? | 0011111111111101111011000011111100111111111010011110111000111111 | 3ffdec3f3fe9ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)