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 | 漬?址? | 100100101101000000111111100110101010110000111111 | 92d03f9aac3f |
EUC-JP | 漬?址? | 110001001101001000111111110101001010111000111111 | c4d23fd4ae3f |
UTF-8 | 漬렓址흔 | 111001101011110010101100111010111010000010010011111001011001110110000000111011011001110110010100 | e6bcaceba093e59d80ed9d94 |
UHC | 漬렓址흔 | 1111001010110000100011101010100011110010101000111100100011100111 | f2b08ea8f2a3c8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)