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 | 110111001100111011111000110001011101110011001110111110001100010101000010 | dccef8c5dccef8c542 |
EUC-JP | ワホ?ワホ?B | 1000111011011100100011101100111000111111100011101101110010001110110011100011111101000010 | 8edc8ece3f8edc8ece3f42 |
UTF-8 | ワホワホB | 11101111101111101001110011101111101111101000111011101110100110011010010011101111101111101001110011101111101111101000111011101110100110011010010001000010 | efbe9cefbe8eee99a4efbe9cefbe8eee99a442 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)