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}YT}bE | 100110000101010001111101010110011001100001010100011111010110001001000101 | 98547d5998547d6245 |
SJIS-WIN | ?T}Y?T}bE | 001111110101010001111101010110010011111101010100011111010110001001000101 | 3f547d593f547d6245 |
EUC-JP | ?T}Y?T}bE | 001111110101010001111101010110010011111101010100011111010110001001000101 | 3f547d593f547d6245 |
UTF-8 | T}YT}bE | 1100001010011000010101000111110101011001110000101001100001010100011111010110001001000101 | c298547d59c298547d6245 |
UHC | ?T}Y?T}bE | 001111110101010001111101010110010011111101010100011111010110001001000101 | 3f547d593f547d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)