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 | 聰一サ袰 | 11100011111000001000100011101010101110111110010111011100 | e3e088eabbe5dc |
EUC-JP | 聰一サ袰 | 1110011011100010101100001110110010001110101110111110101011011110 | e6e2b0ec8ebbeade |
UTF-8 | 聰一サ袰 | 111010001000000110110000111001001011100010000000111011111011110110111011111010001010001010110000 | e881b0e4b880efbdbbe8a2b0 |
UHC | 聰一?? | 111101011100011011101100111010010011111100111111 | f5c6ece93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)