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 | 茯縁醜茫 | 1110010010101000100010011000111110001111010110001110010010101001 | e4a8898f8f58e4a9 |
EUC-JP | 茯縁醜茫 | 1110100010101010101100011110111110111101101110011110100010101011 | e8aab1efbdb9e8ab |
UTF-8 | 茯縁醜茫 | 111010001000110010101111111001111011100010000001111010011000011010011100111010001000110010101011 | e88cafe7b881e9869ce88cab |
UHC | 茯?醜茫 | 11011100110110100011111111110101110111011101100011010100 | dcda3ff5ddd8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)