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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | テつ暗δイ@h | 11000011100000101100001010001000110000111000001111000010101100100100000001101000 | c382c288c383c2b24068 |
EUC-JP | テつ暗δイ@h | 100011101100001110100100110001001011000011000101101001101100010010001110101100100100000001101000 | 8ec3a4c4b0c5a6c48eb24068 |
UTF-8 | テつ暗δイ@h | 11101111101111101000001111100011100000011010010011100110100110101001011111001110101101001110111110111101101100100100000001101000 | efbe83e381a4e69a97ceb4efbdb24068 |
UHC | ?つ暗δ?@h | 00111111101010101100010011100100110111101010010111100100001111110100000001101000 | 3faac4e4dea5e43f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)