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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?儁? | 00111111100110010100110100111111 | 3f994d3f |
EUC-JP | ?儁? | 00111111110100011010111000111111 | 3fd1ae3f |
UTF-8 | 즘儁즘 | 111011001010011010011000111001011000010010000001111011001010011010011000 | eca698e58481eca698 |
UHC | 즘儁즘 | 110000011111001011110001110101101100000111110010 | c1f2f1d6c1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)