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 | ???BB | 0011111100111111001111110100001001000010 | 3f3f3f4242 |
SJIS-WIN | ?船狩BB | 00111111100100010100010010001110111010110100001001000010 | 3f91448eeb4242 |
EUC-JP | 饍船狩BB | 100011111110100011101101110000011010010110111100111011010100001001000010 | 8fe8edc1a5bced4242 |
UTF-8 | 饍船狩BB | 1110100110100101100011011110100010001000101110011110011110001011101010010100001001000010 | e9a58de888b9e78ba94242 |
UHC | 饍船狩BB | 1110000011010111111000001100111111100010101011010100001001000010 | e0d7e0cfe2ad4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)