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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渦?ぜ? | 100010010101000100111111100000101011101000111111 | 89513f82ba3f |
EUC-JP | 渦?ぜ? | 101100011011001000111111101001001011110000111111 | b1b23fa4bc3f |
UTF-8 | 渦빛ぜ렜 | 111001101011100010100110111010111011100110011011111000111000000110011100111010111010000010011100 | e6b8a6ebb99be3819ceba09c |
UHC | 渦빛ぜ렜 | 1110100010111110101110101111101110101010101111001000111010101110 | e8bebafbaabc8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)