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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
EUC-JP | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
UTF-8 | 젱젓조A璘 | 11101100101000001011000111101100101000001001001111101100101000011011000001000001111011111010011110101111 | eca0b1eca093eca1b041efa7af |
UHC | 젱젓조A璘 | 110000011010110111000001101000111100000110110110010000011110110011011110 | c1adc1a3c1b641ecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)