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 | 醤齊ウ而 | 10001111110111011110101010001110101100111000111010100111 | 8fddea8eb38ea7 |
EUC-JP | 醤齊ウ而 | 1011111011011111111100111110111010001110101100111011110010101001 | bedff3ee8eb3bca9 |
UTF-8 | 醤齊ウ而 | 111010011000011010100100111010011011110110001010111011111011110110110011111010001000000010001100 | e986a4e9bd8aefbdb3e8808c |
UHC | ?齊?而 | 001111111111000010111010001111111110110010111011 | 3ff0ba3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)