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 | 缸缸[缸缸[^ | 1110001110011101111000111001110101011011111000111001110111100011100111010101101101011110 | e39de39d5be39de39d5b5e |
EUC-JP | 缸缸[缸缸[^ | 1110010111111101111001011111110101011011111001011111110111100101111111010101101101011110 | e5fde5fd5be5fde5fd5b5e |
UTF-8 | 缸缸[缸缸[^ | 111001111011110010111000111001111011110010111000010110111110011110111100101110001110011110111100101110000101101101011110 | e7bcb8e7bcb85be7bcb8e7bcb85b5e |
UHC | 缸缸[缸缸[^ | 1111100111111100111110011111110001011011111110011111110011111001111111000101101101011110 | f9fcf9fc5bf9fcf9fc5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)