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 | ?|?v}?|?v{^ | 0011111101111100001111110111011001111101001111110111110000111111011101100111101101011110 | 3f7c3f767d3f7c3f767b5e |
SJIS-WIN | ?|?v}?|?v{^ | 0011111101111100001111110111011001111101001111110111110000111111011101100111101101011110 | 3f7c3f767d3f7c3f767b5e |
EUC-JP | ?|?v}?|?v{^ | 0011111101111100001111110111011001111101001111110111110000111111011101100111101101011110 | 3f7c3f767d3f7c3f767b5e |
UTF-8 | 혵|혵v}혵|혵v{^ | 11101101100110001011010101111100111011011001100010110101011101100111110111101101100110001011010101111100111011011001100010110101011101100111101101011110 | ed98b57ced98b5767ded98b57ced98b5767b5e |
UHC | 혵|혵v}혵|혵v{^ | 110000101001110001111100110000101001110001110110011111011100001010011100011111001100001010011100011101100111101101011110 | c29c7cc29c767dc29c7cc29c767b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)