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 | ?徹紺藺 | 00111111100100110100111110001101101011101110010101100001 | 3f934f8daee561 |
EUC-JP | ?徹紺藺 | 00111111110001011011000010111010101100001110100111000010 | 3fc5b0bab0e9c2 |
UTF-8 | 뤋徹紺藺 | 111010111010010010001011111001011011111010111001111001111011010010111010111010001001011110111010 | eba48be5beb9e7b4bae897ba |
UHC | 뤋徹紺藺 | 1000111110111011111101001100101111001010111110101101011111110100 | 8fbbf4cbcafad7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)