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 | 韶費ソ・遘橘 | 11101000111011101001010011101111101111111010010111100111101001111000101101101011 | e8ee94efbfa5e7a78b6b |
EUC-JP | 韶費ソ・遘橘 | 111100001111000011001000111100011000111010111111100011101010010111101110101010011011010111001100 | f0f0c8f18ebf8ea5eea9b5cc |
UTF-8 | 韶費ソ・遘橘 | 111010011001111110110110111010001011001010111011111011111011110110111111111011111011110110100101111010011000000110011000111001101010100110011000 | e99fb6e8b2bbefbdbfefbda5e98198e6a998 |
UHC | 韶費???橘 | 111000011101001011011110101010000011111100111111001111111101000010111001 | e1d2dea83f3f3fd0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)