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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
EUC-JP | 滎??Q] | 10001111110010001011100100111111001111110101000101011101 | 8fc8b93f3f515d |
UTF-8 | 滎섇뤀Q] | 1110011010111011100011101110110010000100100001111110101110100100100000000101000101011101 | e6bb8eec8487eba480515d |
UHC | 滎섇뤀Q] | 1111101110100011100110001110010110001111101100010101000101011101 | fba398e58fb1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)