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 | 荵勾ぉ艷 | 1110010010111001100011001111100110000010101001111110010010000110 | e4b98cf982a7e486 |
EUC-JP | 荵勾ぉ艷 | 1110100010111011101110001111101110100100101010011110011111100110 | e8bbb8fba4a9e7e6 |
UTF-8 | 荵勾ぉ艷 | 111010001000110110110101111001011000101110111110111000111000000110001001111010001000100110110111 | e88db5e58bbee38189e889b7 |
UHC | ?勾ぉ? | 001111111100111011111110101010101010100100111111 | 3fcefeaaa93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)