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 | 十??訊??^ | 100011110101110000111111001111111001000001110101001111110011111101011110 | 8f5c3f3f90753f3f5e |
EUC-JP | 十??訊??^ | 101111011011110100111111001111111011111111010110001111110011111101011110 | bdbd3f3fbfd63f3f5e |
UTF-8 | 十뙊뢉訊덊뢞^ | 11100101100011011000000111101011100110011000101011101011101000101000100111101000101010001000101011101011100011011000101011101011101000101001111001011110 | e58d81eb998aeba289e8a88aeb8d8aeba29e5e |
UHC | 十뙊뢉訊덊뢞^ | 11100100101010001000110010001111100011110100010111100011111100101000100011101101100011110101100101011110 | e4a88c8f8f45e3f288ed8f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)