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 | 礁ス捨頤 | 1000111111001010101111011000111011001100111100101101100111101000111100111111000011001010 | 8fcabd8eccf2d9e8f3f0ca |
EUC-JP | 礁ス捨?頤? | 10111110110011001000111010111101101111001100111000111111111100001111010100111111 | becc8ebdbcce3ff0f53f |
UTF-8 | 礁ス捨頤 | 111001111010010010000001111011111011110110111101111001101000110110101000111011101000100010010000111010011010000010100100111011101000001010001001 | e7a481efbdbde68da8ee8890e9a0a4ee8289 |
UHC | 礁?捨??? | 1111010110100111001111111101111011010111001111110011111100111111 | f5a73fded73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)