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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迸醍ウイ | 111001111001111010010001111001111011001110110010 | e79e91e7b3b2 |
EUC-JP | 迸醍ウイ | 1110110111111110110000101110100110001110101100111000111010110010 | edfec2e98eb38eb2 |
UTF-8 | 迸醍ウイ | 111010001011111110111000111010011000011010001101111011111011110110110011111011111011110110110010 | e8bfb8e9868defbdb3efbdb2 |
UHC | ?醍?? | 0011111111110000101101010011111100111111 | 3ff0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)