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 | 隶後lミ幄ョ | 11101000101011101000110011100011100000101000110011010000100110111110100010101110 | e8ae8ce3828cd09be8ae |
EUC-JP | 隶後lミ幄ョ | 111100001011000010111000111001011010001111101100100011101101000011010110111010101000111010101110 | f0b0b8e5a3ec8ed0d6ea8eae |
UTF-8 | 隶後lミ幄ョ | 111010011001101010110110111001011011111010001100111011111011110110001100111011111011111010010000111001011011100110000100111011111011110110101110 | e99ab6e5be8cefbd8cefbe90e5b984efbdae |
UHC | ?後l?幄? | 001111111111110110101101101000111110110000111111111001001100000100111111 | 3ffdada3ec3fe4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)