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 | ??T???? | 00111111001111110101010000111111001111110011111100111111 | 3f3f543f3f3f3f |
SJIS-WIN | テサTツケテ唯 | 1100001110111011010101001100001010111001110000111001011101000010 | c3bb54c2b9c39742 |
EUC-JP | テサTツケテ唯 | 10001110110000111000111010111011010101001000111011000010100011101011100110001110110000111100110110100011 | 8ec38ebb548ec28eb98ec3cda3 |
UTF-8 | テサTツケテ唯 | 11101111101111101000001111101111101111011011101101010100111011111011111010000010111011111011110110111001111011111011111010000011111001011001010010101111 | efbe83efbdbb54efbe82efbdb9efbe83e594af |
UHC | ??T???唯 | 0011111100111111010101000011111100111111001111111110101011100110 | 3f3f543f3f3feae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)