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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 癲λ?癲λ?^ | 1110000110011111100000111100100100111111111000011001111110000011110010010011111101011110 | e19f83c93fe19f83c93f5e |
EUC-JP | 癲λ?癲λ?^ | 1110001010100001101001101100101100111111111000101010000110100110110010110011111101011110 | e2a1a6cb3fe2a1a6cb3f5e |
UTF-8 | 癲λ썓癲λ썓^ | 1110011110011001101100101100111010111011111011001000110110010011111001111001100110110010110011101011101111101100100011011001001101011110 | e799b2cebbec8d93e799b2cebbec8d935e |
UHC | 癲λ썓癲λ썓^ | 11101111101001101010010111101011100110111000011011101111101001101010010111101011100110111000011001011110 | efa6a5eb9b86efa6a5eb9b865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)