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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 西?}Y西?}bE | 1001000010111100001111110111110101011001100100001011110000111111011111010110001001000101 | 90bc3f7d5990bc3f7d6245 |
EUC-JP | 西?}Y西?}bE | 1100000010111110001111110111110101011001110000001011111000111111011111010110001001000101 | c0be3f7d59c0be3f7d6245 |
UTF-8 | 西卨}Y西卨}bE | 1110100010100101101111111110010110001101101010000111110101011001111010001010010110111111111001011000110110101000011111010110001001000101 | e8a5bfe58da87d59e8a5bfe58da87d6245 |
UHC | 西卨}Y西卨}bE | 11100000101001001110000011011001011111010101100111100000101001001110000011011001011111010110001001000101 | e0a4e0d97d59e0a4e0d97d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)