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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂끸벀溜뺟몭 | 111011111010011010111111111010111000000110111000111010111011001010000000111011111010011110001011111010111011101010011111111010111010101010101101 | efa6bfeb81b8ebb280efa78bebba9febaaad |
UHC | 樂끸벀溜뺟몭 | 111010001111100110000101111000101001001110100110111010101111111010010101111001111001000110010111 | e8f985e293a6eafe95e79197 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)