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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???翊B | 001111110011111100111111111000111100001001000010 | 3f3f3fe3c242 |
EUC-JP | ???翊B | 001111110011111100111111111001101100010001000010 | 3f3f3fe6c442 |
UTF-8 | 룶⅝룫翊B | 11101011101000111011011011100010100001011001110111101011101000111010101111100111101111111000101001000010 | eba3b6e2859deba3abe7bf8a42 |
UHC | 룶⅝룫翊B | 100011111010101110101000111111011000111110100010111011001100110101000010 | 8faba8fd8fa2eccd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)