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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銛稲ご | 111001111111001110001000111011101000001010110010 | e7f388ee82b2 |
EUC-JP | 銛稲ご | 111011101111010110110000111100001010010010110100 | eef5b0f0a4b4 |
UTF-8 | 銛稲ご | 111010011000101010011011111001111010100010110010111000111000000110010100 | e98a9be7a8b2e38194 |
UHC | ??ご | 00111111001111111010101010110100 | 3f3faab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)