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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嵭疾醤 | 111110101011001110001110101111101000111111011101 | fab38ebe8fdd |
EUC-JP | 嵭疾醤 | 10001111101110111101111010111100110000001011111011011111 | 8fbbdebcc0bedf |
UTF-8 | 嵭疾醤 | 111001011011010110101101111001111001011010111110111010011000011010100100 | e5b5ade796bee986a4 |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)