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 | 移?鬱?議?^ | 10001000110110100011111110011111010101000011111110001011011000110011111101011110 | 88da3f9f543f8b633f5e |
EUC-JP | 移?鬱?議?^ | 10110000110111000011111111011101101101010011111110110101110001000011111101011110 | b0dc3fddb53fb5c43f5e |
UTF-8 | 移렯鬱렚議렱^ | 11100111101001111011101111101011101000001010111111101001101011001011000111101011101000001001101011101000101011011011000011101011101000001011000101011110 | e7a7bbeba0afe9acb1eba09ae8adb0eba0b15e |
UHC | 移렯鬱렚議렱^ | 11101100101110011000111010111100111010101010011010001110101011011110110010100001100011101011111001011110 | ecb98ebceaa68eadeca18ebe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)