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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テサテ債キテЭ | 110000111011101111000011100011011100001010110111110000111000010001011110 | c3bbc38dc2b7c3845e |
EUC-JP | テサテ債キテЭ | 1000111011000011100011101011101110001110110000111011101011000100100011101011011110001110110000111010011110111111 | 8ec38ebb8ec3bac48eb78ec3a7bf |
UTF-8 | テサテ債キテЭ | 1110111110111110100000111110111110111101101110111110111110111110100000111110010110000010101101011110111110111101101101111110111110111110100000111101000010101101 | efbe83efbdbbefbe83e582b5efbdb7efbe83d0ad |
UHC | ???債??Э | 001111110011111100111111111100111111000000111111001111111010110010111111 | 3f3f3ff3f03f3facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)