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 | 畏ф?? | 100010001101100010000100100001100011111100111111 | 88d884863f3f |
EUC-JP | 畏ф?? | 101100001101101010100111111001100011111100111111 | b0daa7e63f3f |
UTF-8 | 畏ф퍍銳 | 1110011110010101100011111101000110000100111011011000110110001101111010011000101010110011 | e7958fd184ed8d8de98ab3 |
UHC | 畏ф퍍銳 | 1110100011100110101011001110011010111011100001001110011111100101 | e8e6ace6bb84e7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)