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 | 鞨よュ籬剰ケ | 1110100011100000100000101110011010000011100001011110001011011111100011111110100010111001 | e8e082e68385e2df8fe8b9 |
EUC-JP | 鞨よュ籬剰ケ | 111100001110001010100100111010001010010111100101111001001110000110111110111010101000111010111001 | f0e2a4e8a5e5e4e1beea8eb9 |
UTF-8 | 鞨よュ籬剰ケ | 111010011001111010101000111000111000001010001000111000111000001110100101111001111011000110101100111001011000100110110000111011111011110110111001 | e99ea8e38288e383a5e7b1ace589b0efbdb9 |
UHC | 鞨よュ籬?? | 11001010111010101010101011101000101010111110010111010111111001100011111100111111 | caeaaae8abe5d7e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)