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 | ◆?牆ュ? | 1000000110011111001111111110000010101101100000111000010100111111 | 819f3fe0ad83853f |
EUC-JP | ◆?牆ュ? | 1010001010100001001111111110000010101111101001011110010100111111 | a2a13fe0afa5e53f |
UTF-8 | ◆룫牆ュ룶 | 111000101001011110000110111010111010001110101011111001111000100110000110111000111000001110100101111010111010001110110110 | e29786eba3abe78986e383a5eba3b6 |
UHC | ◆룫牆ュ룶 | 10100001110111111000111110100010111011011110110110101011111001011000111110101011 | a1df8fa2ededabe58fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)