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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贈?衣?? | 10010001101000010011111110001000110111110011111100111111 | 91a13f88df3f3f |
EUC-JP | 贈?衣?? | 11000010101000110011111110110000111000010011111100111111 | c2a33fb0e13f3f |
UTF-8 | 贈렰衣펩걋 | 111010001011010010001000111010111010000010110000111010001010000110100011111011011000111010101001111010101011000110001011 | e8b488eba0b0e8a1a3ed8ea9eab18b |
UHC | 贈렰衣펩걋 | 11110001111111001000111010111101111010111111110111000110111010011011000011000000 | f1fc8ebdebfdc6e9b0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)