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 | ??O????^ | 0011111100111111010011110011111100111111001111110011111101011110 | 3f3f4f3f3f3f3f5e |
SJIS-WIN | ??O????^ | 0011111100111111010011110011111100111111001111110011111101011110 | 3f3f4f3f3f3f3f5e |
EUC-JP | ??O????^ | 0011111100111111010011110011111100111111001111110011111101011110 | 3f3f4f3f3f3f3f5e |
UTF-8 | 횂혰O횄짤횂혵^ | 1110110110011010100000101110110110011000101100000100111111101101100110101000010011101100101001111010010011101101100110101000001011101101100110001011010101011110 | ed9a82ed98b04fed9a84eca7a4ed9a82ed98b55e |
UHC | 횂혰O횄짤횂혵^ | 1100001110000010110000101001011101001111110000111000001111000010101010011100001110000010110000101001110001011110 | c382c2974fc383c2a9c382c29c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)