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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?疾Y?疾bE | 001111111000111010111110010110010011111110001110101111100110001001000101 | 3f8ebe593f8ebe6245 |
EUC-JP | ?疾Y?疾bE | 001111111011110011000000010110010011111110111100110000000110001001000101 | 3fbcc0593fbcc06245 |
UTF-8 | 閭疾Y閭疾bE | 111011111010011010000110111001111001011010111110010110011110111110100110100001101110011110010110101111100110001001000101 | efa686e796be59efa686e796be6245 |
UHC | 閭疾Y閭疾bE | 1110011010101101111100101111000001011001111001101010110111110010111100000110001001000101 | e6adf2f059e6adf2f06245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)