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 | ??±???^ | 00111111001111111011000100111111001111110011111101011110 | 3f3fb13f3f3f5e |
SJIS-WIN | テ淌±テ淌+^ | 1100001110011111110000111000000101111101110000111001111111000011100000010111101101011110 | c39fc3817dc39fc3817b5e |
EUC-JP | テ淌±テ淌+^ | 10001110110000111101111011000101101000011101111010001110110000111101111011000101101000011101110001011110 | 8ec3dec5a1de8ec3dec5a1dc5e |
UTF-8 | テ淌±テ淌+^ | 111011111011111010000011111001101011011110001100110000101011000111101111101111101000001111100110101101111000110011101111101111001000101101011110 | efbe83e6b78cc2b1efbe83e6b78cefbc8b5e |
UHC | ??±??+^ | 001111110011111110100001101111100011111100111111101000111010101101011110 | 3f3fa1be3f3fa3ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)