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 | ??qY??qbE | 001111110011111101110001010110010011111100111111011100010110001001000101 | 3f3f71593f3f716245 |
SJIS-WIN | ??qY??qbE | 001111110011111101110001010110010011111100111111011100010110001001000101 | 3f3f71593f3f716245 |
EUC-JP | ??qY??qbE | 001111110011111101110001010110010011111100111111011100010110001001000101 | 3f3f71593f3f716245 |
UTF-8 | 횂혳qY횂혳qbE | 1110110110011010100000101110110110011000101100110111000101011001111011011001101010000010111011011001100010110011011100010110001001000101 | ed9a82ed98b37159ed9a82ed98b3716245 |
UHC | 횂혳qY횂혳qbE | 11000011100000101100001010011010011100010101100111000011100000101100001010011010011100010110001001000101 | c382c29a7159c382c29a716245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)