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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???嵬ο?\ | 001111110011111100111111100110111100101010000011110011010011111101011100 | 3f3f3f9bca83cd3f5c |
EUC-JP | ???嵬ο?\ | 001111110011111100111111110101101100110010100110110011110011111101011100 | 3f3f3fd6cca6cf3f5c |
UTF-8 | 凉댐풄嵬ο쉴\ | 111011111010010110111001111010111000110010010000111011011001001010000100111001011011010110101100110011101011111111101100100010011011010001011100 | efa5b9eb8c90ed9284e5b5accebfec89b45c |
UHC | 凉댐풄嵬ο쉴\ | 11100101101111001011010011101111101111101000110011101000111000111010010111101111101111011010111101011100 | e5bcb4efbe8ce8e3a5efbdaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)