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 | 俄恃錮 | 100010011110001010011100100101001110011111111100 | 89e29c94e7fc |
EUC-JP | 俄恃錮 | 101100101110010011010111111101001110111011111110 | b2e4d7f4eefe |
UTF-8 | 俄恃錮 | 111001001011111110000100111001101000000110000011111010011000110010101110 | e4bf84e68183e98cae |
UHC | 俄恃錮 | 111001001010110111100011101111101100110111010001 | e4ade3becdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)