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 | 0011111110001110011100100111110101011001001111111000111001110010011111010110001001000101 | 3f8e727d593f8e727d6245 |
EUC-JP | ?屍}Y?屍}bE | 0011111110111011110100110111110101011001001111111011101111010011011111010110001001000101 | 3fbbd37d593fbbd37d6245 |
UTF-8 | 쉁屍}Y쉁屍}bE | 1110110010001001100000011110010110110001100011010111110101011001111011001000100110000001111001011011000110001101011111010110001001000101 | ec8981e5b18d7d59ec8981e5b18d7d6245 |
UHC | 쉁屍}Y쉁屍}bE | 10011010010101101110001110111011011111010101100110011010010101101110001110111011011111010110001001000101 | 9a56e3bb7d599a56e3bb7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)