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 | 﨑汐聰軸 | 1111101010110001100011101010110011100011111000001000111010110010 | fab18eace3e08eb2 |
EUC-JP | ?汐聰軸 | 00111111101111001010111011100110111000101011110010110100 | 3fbcaee6e2bcb4 |
UTF-8 | 﨑汐聰軸 | 111011111010100010010001111001101011000110010000111010001000000110110000111010001011101110111000 | efa891e6b190e881b0e8bbb8 |
UHC | ?汐聰軸 | 00111111111000001011000111110101110001101111010111101110 | 3fe0b1f5c6f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)