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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ淌姪シテョ | 1100001110011111110000111001011011000011101111001100001110101110 | c39fc396c3bcc3ae |
EUC-JP | テ淌姪シテョ | 100011101100001111011110110001011100110011000101100011101011110010001110110000111000111010101110 | 8ec3dec5ccc58ebc8ec38eae |
UTF-8 | テ淌姪シテョ | 111011111011111010000011111001101011011110001100111001011010011110101010111011111011110110111100111011111011111010000011111011111011110110101110 | efbe83e6b78ce5a7aaefbdbcefbe83efbdae |
UHC | ??姪??? | 00111111001111111111001011101011001111110011111100111111 | 3f3ff2eb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)