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 | ?s?uh?s?u | 001111110111001100111111011101010110100000111111011100110011111101110101 | 3f733f75683f733f75 |
SJIS-WIN | ?s?uh?s?u | 001111110111001100111111011101010110100000111111011100110011111101110101 | 3f733f75683f733f75 |
EUC-JP | ?s?uh?s?u | 001111110111001100111111011101010110100000111111011100110011111101110101 | 3f733f75683f733f75 |
UTF-8 | 혰s혟uh혰s혟u | 1110110110011000101100000111001111101101100110001001111101110101011010001110110110011000101100000111001111101101100110001001111101110101 | ed98b073ed989f7568ed98b073ed989f75 |
UHC | 혰s혟uh혰s혟u | 11000010100101110111001111000010100010010111010101101000110000101001011101110011110000101000100101110101 | c29773c2897568c29773c28975 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)