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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???苑?? | 00111111001111110011111110001001100100010011111100111111 | 3f3f3f89913f3f |
EUC-JP | ???苑?? | 00111111001111110011111110110001111100010011111100111111 | 3f3f3fb1f13f3f |
UTF-8 | 閭잆렜苑믧렟 | 111011111010011010000110111011001001111010000110111010111010000010011100111010001000101110010001111010111010111110100111111010111010000010011111 | efa686ec9e86eba09ce88b91ebafa7eba09f |
UHC | 閭잆렜苑믧렟 | 111001101010110110011111111000111000111010101110111010101011110110010010111010011000111010110000 | e6ad9fe38eaeeabd92e98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)