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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
EUC-JP | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
UTF-8 | 若잌떧x | 11101111101001011011010011101100100111101000110011101011100101101010011101111000 | efa5b4ec9e8ceb96a778 |
UHC | 若잌떧x | 11100101101011101001111111100101100010111011101001111000 | e5ae9fe58bba78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)