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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頷・遒台 | 11101000111101011010010111100111101000101001000111100100 | e8f5a5e7a291e4 |
EUC-JP | 頷・遒台 | 1111000011110111100011101010010111101110101001001100001011100110 | f0f78ea5eea4c2e6 |
UTF-8 | 頷・遒台 | 111010011010000010110111111011111011110110100101111010011000000110010010111001011000111110110000 | e9a0b7efbda5e98192e58fb0 |
UHC | ???台 | 0011111100111111001111111111011110111011 | 3f3f3ff7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)