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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 洩?[洩?[^ | 100010010110101100111111010110111000100101101011001111110101101101011110 | 896b3f5b896b3f5b5e |
EUC-JP | 洩啞[洩啞[^ | 10110001110011001000111110110101111000000101101110110001110011001000111110110101111000000101101101011110 | b1cc8fb5e05bb1cc8fb5e05b5e |
UTF-8 | 洩啞[洩啞[^ | 111001101011010010101001111001011001010110011110010110111110011010110100101010011110010110010101100111100101101101011110 | e6b4a9e5959e5be6b4a9e5959e5b5e |
UHC | 洩啞[洩啞[^ | 1110000011011101111001001010111101011011111000001101110111100100101011110101101101011110 | e0dde4af5be0dde4af5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)