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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 浩階\ | 1000110101011111100010100100101101011100 | 8d5f8a4b5c |
EUC-JP | 浩階\ | 1011100111000000101100111010110001011100 | b9c0b3ac5c |
UTF-8 | 浩階\ | 11100110101101011010100111101001100110101000111001011100 | e6b5a9e99a8e5c |
UHC | 浩階\ | 1111101111000111110011011010110101011100 | fbc7cdad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)