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 | 邏ょシア | 111001111011010010000010111001011011110010110001 | e7b482e5bcb1 |
EUC-JP | 邏ょシア | 1110111010110110101001001110011110001110101111001000111010110001 | eeb6a4e78ebc8eb1 |
UTF-8 | 邏ょシア | 111010011000001010001111111000111000001010000111111011111011110110111100111011111011110110110001 | e9828fe38287efbdbcefbdb1 |
UHC | 邏ょ?? | 110101011010010010101010111001110011111100111111 | d5a4aae73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)