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 | テδ。テゃ | 11000011100000111100001010100001110000111000001011100001 | c383c2a1c382e1 |
EUC-JP | テδ。テゃ | 10001110110000111010011011000100100011101010000110001110110000111010010011100011 | 8ec3a6c48ea18ec3a4e3 |
UTF-8 | テδ。テゃ | 1110111110111110100000111100111010110100111011111011110110100001111011111011111010000011111000111000001010000011 | efbe83ceb4efbda1efbe83e38283 |
UHC | ?δ??ゃ | 00111111101001011110010000111111001111111010101011100011 | 3fa5e43f3faae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)