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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?奕] | 00111111100110101111001101011101 | 3f9af35d |
EUC-JP | ?奕] | 00111111110101001111010101011101 | 3fd4f55d |
UTF-8 | 뒧奕] | 11101011100100101010011111100101101001011001010101011101 | eb92a7e5a5955d |
UHC | 뒧奕] | 1000101010100010111110101101000101011101 | 8aa2fad15d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)