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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 迸樣エ」B | 11100111100111101001111011101001101101001010001101000010 | e79e9ee9b4a342 |
EUC-JP | 迸樣エ」B | 111011011111111011011100111010111000111010110100100011101010001101000010 | edfedceb8eb48ea342 |
UTF-8 | 迸樣エ」B | 11101000101111111011100011100110101010001010001111101111101111011011010011101111101111011010001101000010 | e8bfb8e6a8a3efbdb4efbda342 |
UHC | ?樣??B | 001111111110010111000110001111110011111101000010 | 3fe5c63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)