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 | テヲテ篠佚ー | 1100001110100110110000111000111011000010100110001100001110110000 | c3a6c38ec298c3b0 |
EUC-JP | テヲテ篠佚ー | 100011101100001110001110101001101000111011000011101111001100010011010000110001011000111010110000 | 8ec38ea68ec3bcc4d0c58eb0 |
UTF-8 | テヲテ篠佚ー | 111011111011111010000011111011111011110110100110111011111011111010000011111001111010111110100000111001001011110110011010111011111011110110110000 | efbe83efbda6efbe83e7afa0e4bd9aefbdb0 |
UHC | ???篠佚? | 0011111100111111001111111110000111000110111011001110101000111111 | 3f3f3fe1c6ecea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)