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폇節먬 | 111001111000011110111111111011111011110110001000111011011000111110000111111001111010111110000000111010111010100010101100 | e787bfefbd88ed8f87e7af80eba8ac |
UHC | 燿h폇節먬 | 11101000111111001010001111101000101111001001010011101111101111011001000011101001 | e8fca3e8bc94efbd90e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)