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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テつ静δ隈 | 110000111000001011000010100100001100001110000011110000101000110001000111 | c382c290c383c28c47 |
EUC-JP | テつ静δ隈 | 10001110110000111010010011000100110000001100010110100110110001001011011110101000 | 8ec3a4c4c0c5a6c4b7a8 |
UTF-8 | テつ静δ隈 | 1110111110111110100000111110001110000001101001001110100110011101100110011100111010110100111010011001101010001000 | efbe83e381a4e99d99ceb4e99a88 |
UHC | ?つ?δ? | 00111111101010101100010000111111101001011110010000111111 | 3faac43fa5e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)