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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | タマシマシ | 110000001100111110111100111100001100000011001111101111001111000001011110 | c0cfbcf0c0cfbcf05e |
EUC-JP | タマシ?マシ? | 100011101100000010001110110011111000111010111100001111111000111011001111100011101011110000111111 | 8ec08ecf8ebc3f8ecf8ebc3f |
UTF-8 | タマシマシ | 111011111011111010000000111011111011111010001111111011111011110110111100111011101000000110111111111011111011111010001111111011111011110110111100111011101000000010011110 | efbe80efbe8fefbdbcee81bfefbe8fefbdbcee809e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)