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 | ?裁?裁 | 001111111000110111011001001111111000110111011001 | 3f8dd93f8dd9 |
EUC-JP | ?裁?裁 | 001111111011101011011011001111111011101011011011 | 3fbadb3fbadb |
UTF-8 | 쐐裁쐐裁 | 111011001001000010010000111010001010001110000001111011001001000010010000111010001010001110000001 | ec9090e8a381ec9090e8a381 |
UHC | 쐐裁쐐裁 | 1011110111111011111011101010111010111101111110111110111010101110 | bdfbeeaebdfbeeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)