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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 燿h?節?? | 111000001010000010000010100010000011111110010000110111110011111100111111 | e0a082883f90df3f3f |
EUC-JP | 燿h?節?? | 111000001010001010100011111010000011111111000000111000010011111100111111 | e0a2a3e83fc0e13f3f |
UTF-8 | 燿h폇節먬쐩 | 111001111000011110111111111011111011110110001000111011011000111110000111111001111010111110000000111010111010100010101100111011001001000010101001 | e787bfefbd88ed8f87e7af80eba8acec90a9 |
UHC | 燿h폇節먬쐩 | 111010001111110010100011111010001011110010010100111011111011110110010000111010011001110010001110 | e8fca3e8bc94efbd90e99c8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)