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 | 鉧クミ湿昭 | 1111101111001011101110001101000010001110101111001000111110111010 | fbcbb8d08ebc8fba |
EUC-JP | 鉧クミ湿昭 | 1000111111100011111010011000111010111000100011101101000010111100101111101011111010111100 | 8fe3e98eb88ed0bcbebebc |
UTF-8 | 鉧クミ湿昭 | 111010011000100110100111111011111011110110111000111011111011111010010000111001101011100110111111111001101001100010101101 | e989a7efbdb8efbe90e6b9bfe698ad |
UHC | ????昭 | 001111110011111100111111001111111110000110111001 | 3f3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)