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 | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 屍}Y屍}bE | 100011100111001001111101010110011000111001110010011111010110001001000101 | 8e727d598e727d6245 |
EUC-JP | 屍}Y屍}bE | 101110111101001101111101010110011011101111010011011111010110001001000101 | bbd37d59bbd37d6245 |
UTF-8 | 屍}Y屍}bE | 1110010110110001100011010111110101011001111001011011000110001101011111010110001001000101 | e5b18d7d59e5b18d7d6245 |
UHC | 屍}Y屍}bE | 111000111011101101111101010110011110001110111011011111010110001001000101 | e3bb7d59e3bb7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)