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 | 辿賊辿促 | 1001001001001000100100011010111110010010010010001001000110100011 | 924891af924891a3 |
EUC-JP | 辿賊辿促 | 1100001110101001110000101011000111000011101010011100001010100101 | c3a9c2b1c3a9c2a5 |
UTF-8 | 辿賊辿促 | 111010001011111010111111111010001011001110001010111010001011111010111111111001001011111110000011 | e8bebfe8b38ae8bebfe4bf83 |
UHC | ?賊?促 | 001111111110111011100100001111111111010110110101 | 3feee43ff5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)