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 | 穩??節? | 11100010011100100011111100111111100100001101111100111111 | e2723f3f90df3f |
EUC-JP | 穩??節? | 11100011110100110011111100111111110000001110000100111111 | e3d33f3fc0e13f |
UTF-8 | 穩뚥퉿節겼 | 111001111010100110101001111010111001101010100101111011011000100110111111111001111010111110000000111010101011001010111100 | e7a9a9eb9aa5ed89bfe7af80eab2bc |
UHC | 穩뚥퉿節겼 | 11101000101100011000110011100100101110011001011111101111101111011011000011100101 | e8b18ce4b997efbdb0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)