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 | 烏k?乙?。 | 10001001010001111000001010001011001111111000100110110011001111111000000101000010 | 8947828b3f89b33f8142 |
EUC-JP | 烏k?乙?。 | 10110001101010001010001111101011001111111011001010110101001111111010000110100011 | b1a8a3eb3fb2b53fa1a3 |
UTF-8 | 烏k뜇乙꿱。 | 111001111000001110001111111011111011110110001011111010111001110010000111111001001011100110011001111010101011111110110001111000111000000010000010 | e7838fefbd8beb9c87e4b999eabfb1e38082 |
UHC | 烏k뜇乙꿱。 | 111010001010000110100011111010111000110110001010111010111110000010110010111010001010000110100011 | e8a1a3eb8d8aebe0b2e8a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)