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 | 迸樣エシ | 11100111100111101001111011101001101101001000001101010110 | e79e9ee9b48356 |
EUC-JP | 迸樣エシ | 1110110111111110110111001110101110001110101101001010010110110111 | edfedceb8eb4a5b7 |
UTF-8 | 迸樣エシ | 111010001011111110111000111001101010100010100011111011111011110110110100111000111000001010110111 | e8bfb8e6a8a3efbdb4e382b7 |
UHC | ?樣?シ | 001111111110010111000110001111111010101110110111 | 3fe5c63fabb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)