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 | 鐔ワ終膂 | 1110100001011100100000111000111110001111010010011110010001001111 | e85c838f8f49e44f |
EUC-JP | 鐔ワ終膂 | 1110111110111101101001011110111110111101101010101110011110110000 | efbda5efbdaae7b0 |
UTF-8 | 鐔ワ終膂 | 111010011001000010010100111000111000001110101111111001111011010110000010111010001000011010000010 | e99094e383afe7b582e88682 |
UHC | ?ワ終? | 001111111010101111101111111100001111101100111111 | 3fabeff0fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)