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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 迸樣エ」k | 11100111100111101001111011101001101101001010001101101011 | e79e9ee9b4a36b |
EUC-JP | 迸樣エ」k | 111011011111111011011100111010111000111010110100100011101010001101101011 | edfedceb8eb48ea36b |
UTF-8 | 迸樣エ」k | 11101000101111111011100011100110101010001010001111101111101111011011010011101111101111011010001101101011 | e8bfb8e6a8a3efbdb4efbda36b |
UHC | ?樣??k | 001111111110010111000110001111110011111101101011 | 3fe5c63f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)