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 | 語??議?? | 1000110011101010001111110011111110001011011000110011111100111111 | 8cea3f3f8b633f3f |
EUC-JP | 語??議?? | 1011100011101100001111110011111110110101110001000011111100111111 | b8ec3f3fb5c43f3f |
UTF-8 | 語뤴뫖議롳쭓 | 111010001010101010011110111010111010010010110100111010111010101110010110111010001010110110110000111010111010000110110011111011001010110110010011 | e8aa9eeba4b4ebab96e8adb0eba1b3ecad93 |
UHC | 語뤴뫖議롳쭓 | 111001011101111010001111111000101001000110111000111011001010000110001110111011111010011110001011 | e5de8fe291b8eca18eefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)