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 | ?ろ??? | 001111111000001011101011001111110011111100111111 | 3f82eb3f3f3f |
EUC-JP | ?ろ??? | 001111111010010011101101001111110011111100111111 | 3fa4ed3f3f3f |
UTF-8 | 淋ろ슗梨꿯 | 111011111010011110110101111000111000001010001101111011001000101010010111111011111010011110100010111010101011111110101111 | efa7b5e3828dec8a97efa7a2eabfaf |
UHC | 淋ろ슗梨꿯 | 11101100111110001010101011101101100110101010011011101100101100011000010101101100 | ecf8aaed9aa6ecb1856c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)