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 | 掌??裔?? | 1000111110110110001111110011111111100101111000010011111100111111 | 8fb63f3fe5e13f3f |
EUC-JP | 掌??裔?? | 1011111010111000001111110011111111101010111000110011111100111111 | beb83f3feae33f3f |
UTF-8 | 掌㏆풒裔쏉쉭 | 111001101000111010001100111000111000111110000110111011011001001010010010111010001010001110010100111011001000111110001001111011001000100110101101 | e68e8ce38f86ed9292e8a394ec8f89ec89ad |
UHC | 掌㏆풒裔쏉쉭 | 111011011110011010100111111011111011111010010110111001111110000010011011111011111011110110101101 | ede6a7efbe96e7e09befbdad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)