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 | 陋ケ蜻ア諤コ | 111010001001101110111001111001011001000110110001111001101000000010111010 | e89bb9e591b1e680ba |
EUC-JP | 陋ケ蜻ア諤コ | 111011111111101110001110101110011110100111110001100011101011000111101011111000001000111010111010 | effb8eb9e9f18eb1ebe08eba |
UTF-8 | 陋ケ蜻ア諤コ | 111010011001100110001011111011111011110110111001111010001001110010111011111011111011110110110001111010001010101110100100111011111011110110111010 | e9998befbdb9e89cbbefbdb1e8aba4efbdba |
UHC | 陋????? | 11010111101100000011111100111111001111110011111100111111 | d7b03f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)