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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??鉥??鉥B | 0011111100111111100011111110001111101000001111110011111110001111111000111110100001000010 | 3f3f8fe3e83f3f8fe3e842 |
UTF-8 | 쁟롋鉥쁟롋鉥B | 11101100100000011001111111101011101000011000101111101001100010011010010111101100100000011001111111101011101000011000101111101001100010011010010101000010 | ec819feba18be989a5ec819feba18be989a542 |
UHC | 쁟롋鉥쁟롋鉥B | 10011000011000111000111011010001111000101111110010011000011000111000111011010001111000101111110001000010 | 98638ed1e2fc98638ed1e2fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)