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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?腋}?腋{^ | 001111111110001111111100011111010011111111100011111111000111101101011110 | 3fe3fc7d3fe3fc7b5e |
EUC-JP | ?腋}?腋{^ | 001111111110011011111110011111010011111111100110111111100111101101011110 | 3fe6fe7d3fe6fe7b5e |
UTF-8 | 쒀腋}쒀腋{^ | 111011001001001010000000111010001000010110001011011111011110110010010010100000001110100010000101100010110111101101011110 | ec9280e8858b7dec9280e8858b7b5e |
UHC | 쒀腋}쒀腋{^ | 1011111010101100111001001111110101111101101111101010110011100100111111010111101101011110 | beace4fd7dbeace4fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)