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 | 韈宣寉蓍 | 1110100011100111100100001110100110011011100001011110010011100111 | e8e790e99b85e4e7 |
EUC-JP | 韈宣寉蓍 | 1111000011101001110000001110101111010101111001011110100011101001 | f0e9c0ebd5e5e8e9 |
UTF-8 | 韈宣寉蓍 | 111010011001111110001000111001011010111010100011111001011010111110001001111010001001001110001101 | e99f88e5aea3e5af89e8938d |
UHC | ?宣?蓍 | 001111111110000010111110001111111110001111001001 | 3fe0be3fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)