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 | 韆コム笹豫 | 1110100011100110101110101101000110001101111110011001100010101100 | e8e6bad18df998ac |
EUC-JP | 韆コム笹豫 | 11110000111010001000111010111010100011101101000110111010111110111101000010101110 | f0e88eba8ed1bafbd0ae |
UTF-8 | 韆コム笹豫 | 111010011001111110000110111011111011110110111010111011111011111010010001111001111010110010111001111010001011000110101011 | e99f86efbdbaefbe91e7acb9e8b1ab |
UHC | 韆??笹豫 | 1111010011000111001111110011111111100001101010111110011111100011 | f4c73f3fe1abe7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)