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 | 漬橋?淫? | 1001001011010000100010111011010000111111100010001111101000111111 | 92d08bb43f88fa3f |
EUC-JP | 漬橋?淫? | 1100010011010010101101101011011000111111101100001111110000111111 | c4d2b6b63fb0fc3f |
UTF-8 | 漬橋섦淫렰 | 111001101011110010101100111001101010100110001011111011001000010010100110111001101011011110101011111010111010000010110000 | e6bcace6a98bec84a6e6b7abeba0b0 |
UHC | 漬橋섦淫렰 | 11110010101100001100111011101001101111001011010011101011111000101000111010111101 | f2b0cee9bcb4ebe28ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)