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 | ?需}?需{^ | 001111111000111011111001011111010011111110001110111110010111101101011110 | 3f8ef97d3f8ef97b5e |
EUC-JP | ?需}?需{^ | 001111111011110011111011011111010011111110111100111110110111101101011110 | 3fbcfb7d3fbcfb7b5e |
UTF-8 | 쒤需}쒤需{^ | 111011001001001010100100111010011001110010000000011111011110110010010010101001001110100110011100100000000111101101011110 | ec92a4e99c807dec92a4e99c807b5e |
UHC | 쒤需}쒤需{^ | 1001110011111001111000101100110101111101100111001111100111100010110011010111101101011110 | 9cf9e2cd7d9cf9e2cd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)