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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??猿?帳 | 00111111001111111000100110001110001111111001001010100000 | 3f3f898e3f92a0 |
EUC-JP | ??猿?帳 | 00111111001111111011000111101110001111111100010010100010 | 3f3fb1ee3fc4a2 |
UTF-8 | 履렭猿렱帳 | 111011111010011110011111111010111010000010101101111001111000110010111111111010111010000010110001111001011011100010110011 | efa79feba0ade78cbfeba0b1e5b8b3 |
UHC | 履렭猿렱帳 | 11101100101010101000111010111010111010101011101110001110101111101110110111100011 | ecaa8ebaeabb8ebeede3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)