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 | 001111111000111011110001001111110011111110001110111100010011111101000010 | 3f8ef13f3f8ef13f42 |
EUC-JP | ?首??首?B | 001111111011110011110011001111110011111110111100111100110011111101000010 | 3fbcf33f3fbcf33f42 |
UTF-8 | 롒首렟롒首렟B | 11101011101000011001001011101001101001101001011011101011101000001001111111101011101000011001001011101001101001101001011011101011101000001001111101000010 | eba192e9a696eba09feba192e9a696eba09f42 |
UHC | 롒首렟롒首렟B | 10001110110101111110001011001111100011101011000010001110110101111110001011001111100011101011000001000010 | 8ed7e2cf8eb08ed7e2cf8eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)