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 | ??猿?財 | 00111111001111111000100110001110001111111000110111100000 | 3f3f898e3f8de0 |
EUC-JP | ??猿?財 | 00111111001111111011000111101110001111111011101011100010 | 3f3fb1ee3fbae2 |
UTF-8 | 渽렜猿렱財 | 111001101011100010111101111010111010000010011100111001111000110010111111111010111010000010110001111010001011001010100001 | e6b8bdeba09ce78cbfeba0b1e8b2a1 |
UHC | 渽렜猿렱財 | 11101110101010101000111010101110111010101011101110001110101111101110111010101111 | eeaa8eaeeabb8ebeeeaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)