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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驫帑シ夲スセ | 111010011000101010011011111001001011110010011010111011111011110110111110 | e98a9be4bc9aefbdbe |
EUC-JP | 驫帑シ夲スセ | 111100011110101011010110111001101000111010111100110101001111000110001110101111011000111010111110 | f1ead6e68ebcd4f18ebd8ebe |
UTF-8 | 驫帑シ夲スセ | 111010011010100110101011111001011011100010010001111011111011110110111100111001011010010010110010111011111011110110111101111011111011110110111110 | e9a9abe5b891efbdbce5a4b2efbdbdefbdbe |
UHC | ?帑???? | 00111111111101111011011000111111001111110011111100111111 | 3ff7b63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)