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 | 迯丈シ臥㊨ | 111001111000110110001111111001001011110010001001111001111000011110001001 | e78d8fe4bc89e78789 |
EUC-JP | 迯丈シ臥? | 111011011110110110111110111001101000111010111100101100101110100100111111 | ededbee68ebcb2e93f |
UTF-8 | 迯丈シ臥㊨ | 111010001011111110101111111001001011100010001000111011111011110110111100111010001000011110100101111000111000101010101000 | e8bfafe4b888efbdbce887a5e38aa8 |
UHC | ?丈?臥? | 00111111111011011101101100111111111010001100001000111111 | 3feddb3fe8c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)