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 | ???瑤? | 001111110011111100111111111010101010001000111111 | 3f3f3feaa23f |
EUC-JP | ???瑤? | 001111110011111100111111111101001010010000111111 | 3f3f3ff4a43f |
UTF-8 | 料썽떵瑤쏤 | 111011111010011010111110111011001000110110111101111010111001011010110101111001111001000110100100111011001000111110100100 | efa6beec8dbdeb96b5e791a4ec8fa4 |
UHC | 料썽떵瑤쏤 | 11101000111101111011110111101001101101101011101011101000111111011001110001000110 | e8f7bde9b6bae8fd9c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)