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 | 幼??? | 1001011101100011001111110011111100111111 | 97633f3f3f |
EUC-JP | 幼??? | 1100110111000100001111110011111100111111 | cdc43f3f3f |
UTF-8 | 幼됯괌溜 | 111001011011100110111100111010111001000010101111111010101011010010001100111011111010011110001011 | e5b9bceb90afeab48cefa78b |
UHC | 幼됯괌溜 | 1110101011101010100010011110101010110001101000011110101011111110 | eaea89eab1a1eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)