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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ンテhンテ | 1101110111000011011010001101110111000011 | ddc368ddc3 |
EUC-JP | ンテhンテ | 100011101101110110001110110000110110100010001110110111011000111011000011 | 8edd8ec3688edd8ec3 |
UTF-8 | ンテhンテ | 11101111101111101001110111101111101111101000001101101000111011111011111010011101111011111011111010000011 | efbe9defbe8368efbe9defbe83 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)