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 | シ狎ハ | 10111100111000001011111011001010 | bce0beca |
EUC-JP | シ狎ハ | 100011101011110011100000110000001000111011001010 | 8ebce0c08eca |
UTF-8 | シ狎ハ | 111011111011110110111100111001111000101110001110111011111011111010001010 | efbdbce78b8eefbe8a |
UHC | ?狎? | 00111111111001001110010000111111 | 3fe4e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)