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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??魯??輅^ | 001111110011111110011000010001000011111100111111111001110110100101011110 | 3f3f98443f3fe7695e |
EUC-JP | ??魯??輅^ | 001111110011111111001111101001010011111100111111111011011100101001011110 | 3f3fcfa53f3fedca5e |
UTF-8 | 뤹쉿魯뤹쉿輅^ | 11101011101001001011100111101100100010011011111111101001101011011010111111101011101001001011100111101100100010011011111111101000101111001000010101011110 | eba4b9ec89bfe9adafeba4b9ec89bfe8bc855e |
UHC | 뤹쉿魯뤹쉿輅^ | 10001111111001111011110110110010110101101101101110001111111001111011110110110010110101101101100101011110 | 8fe7bdb2d6db8fe7bdb2d6d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)