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 | 燿h?節? | 1110000010100000100000101000100000111111100100001101111100111111 | e0a082883f90df3f |
EUC-JP | 燿h?節? | 1110000010100010101000111110100000111111110000001110000100111111 | e0a2a3e83fc0e13f |
UTF-8 | 燿h쿉節ㅳ | 111001111000011110111111111011111011110110001000111011001011111110001001111001111010111110000000111000111000010110110011 | e787bfefbd88ecbf89e7af80e385b3 |
UHC | 燿h쿉節ㅳ | 11101000111111001010001111101000101100101001111011101111101111011010010011100011 | e8fca3e8b29eefbda4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)