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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辿孫遜炭 | 1001001001001000100100011011011110010001101110111001001001011001 | 924891b791bb9259 |
EUC-JP | 辿孫遜炭 | 1100001110101001110000101011100111000010101111011100001110111010 | c3a9c2b9c2bdc3ba |
UTF-8 | 辿孫遜炭 | 111010001011111010111111111001011010110110101011111010011000000110011100111001111000001010101101 | e8bebfe5adabe9819ce782ad |
UHC | ?孫遜炭 | 00111111111000011101110111100001111000011111011110101001 | 3fe1dde1e1f7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)