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 | 110111101100100001111101010110011101111011001000011111010110001001000101 | dec87d59dec87d6245 |
SJIS-WIN | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
EUC-JP | ÞÈ}YÞÈ}bE | 1000111110101001101100001000111110101010101100100111110101011001100011111010100110110000100011111010101010110010011111010110001001000101 | 8fa9b08faab27d598fa9b08faab27d6245 |
UTF-8 | ÞÈ}YÞÈ}bE | 11000011100111101100001110001000011111010101100111000011100111101100001110001000011111010110001001000101 | c39ec3887d59c39ec3887d6245 |
UHC | Þ?}YÞ?}bE | 1010100010101101001111110111110101011001101010001010110100111111011111010110001001000101 | a8ad3f7d59a8ad3f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)