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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | テδーテδ⑱] | 11000011100000111100001010110000110000111000001111000010100001110101000101011101 | c383c2b0c383c287515d |
EUC-JP | テδーテδ?] | 100011101100001110100110110001001000111010110000100011101100001110100110110001000011111101011101 | 8ec3a6c48eb08ec3a6c43f5d |
UTF-8 | テδーテδ⑱] | 1110111110111110100000111100111010110100111011111011110110110000111011111011111010000011110011101011010011100010100100011011000101011101 | efbe83ceb4efbdb0efbe83ceb4e291b15d |
UHC | ?δ??δ?] | 001111111010010111100100001111110011111110100101111001000011111101011101 | 3fa5e43f3fa5e43f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)