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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ヤーヤー^ | 111101011010111111010100101100001111010110101111110101001011000001011110 | f5afd4b0f5afd4b05e |
EUC-JP | ?ヤー?ヤー^ | 0011111110001110110101001000111010110000001111111000111011010100100011101011000001011110 | 3f8ed48eb03f8ed48eb05e |
UTF-8 | ヤーヤー^ | 11101110100100001001101011101111101111101001010011101111101111011011000011101110100100001001101011101111101111101001010011101111101111011011000001011110 | ee909aefbe94efbdb0ee909aefbe94efbdb05e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)