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 | 枝?指?美 | 1000111001111101001111111000111001110111001111111001010011111100 | 8e7d3f8e773f94fc |
EUC-JP | 枝?指?美 | 1011101111011110001111111011101111011000001111111100100011111110 | bbde3fbbd83fc8fe |
UTF-8 | 枝렏指펫美 | 111001101001111010011101111010111010000010001111111001101000110010000111111011011000111010101011111001111011111010001110 | e69e9deba08fe68c87ed8eabe7be8e |
UHC | 枝렏指펫美 | 11110010101010111000111010100101111100101010011011000110111010101101101010111000 | f2ab8ea5f2a6c6eadab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)