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 | 業??絶??\ | 100010111100011000111111001111111001000011100010001111110011111101011100 | 8bc63f3f90e23f3f5c |
EUC-JP | 業??絶??\ | 101101101100100000111111001111111100000011100100001111110011111101011100 | b6c83f3fc0e43f3f5c |
UTF-8 | 業뉛쉔絶랃슝\ | 11100110101001011010110111101011100010011001101111101100100010011001010011100111101101011011011011101011100111101000001111101100100010101001110101011100 | e6a5adeb899bec8994e7b5b6eb9e83ec8a9d5c |
UHC | 業뉛쉔絶랃슝\ | 11100101111101101000011111101111101111011010100011101111101111101000110111101111101111011011100101011100 | e5f687efbda8efbe8defbdb95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)