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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | Ы?YЫ?bE | 100001000101110000111111010110011000010001011100001111110110001001000101 | 845c3f59845c3f6245 |
EUC-JP | Ы?YЫ?bE | 101001111011110100111111010110011010011110111101001111110110001001000101 | a7bd3f59a7bd3f6245 |
UTF-8 | ЫYЫbE | 1101000010101011110111101011011101011001110100001010101111011110101101110110001001000101 | d0abdeb759d0abdeb76245 |
UHC | Ы?YЫ?bE | 101011001011110100111111010110011010110010111101001111110110001001000101 | acbd3f59acbd3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)