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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | タマタ霓ロ | 110000001100111111000000111010001011110111011011 | c0cfc0e8bddb |
EUC-JP | タマタ霓ロ | 10001110110000001000111011001111100011101100000011110000101111111000111011011011 | 8ec08ecf8ec0f0bf8edb |
UTF-8 | タマタ霓ロ | 111011111011111010000000111011111011111010001111111011111011111010000000111010011001110010010011111011111011111010011011 | efbe80efbe8fefbe80e99c93efbe9b |
UHC | ???霓? | 001111110011111100111111111001111110011100111111 | 3f3f3fe7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)