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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 悟??h悟? | 1000110011100101001111110011111101101000100011001110010100111111 | 8ce53f3f688ce53f |
EUC-JP | 悟??h悟? | 1011100011100111001111110011111101101000101110001110011100111111 | b8e73f3f68b8e73f |
UTF-8 | 悟볠폀h悟볠 | 11100110100000101001111111101011101100111010000011101101100011111000000001101000111001101000001010011111111010111011001110100000 | e6829febb3a0ed8f8068e6829febb3a0 |
UHC | 悟볠폀h悟볠 | 1110011111110110100100111110011010111100100011110110100011100111111101101001001111100110 | e7f693e6bc8f68e7f693e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)