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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闇μ?揖 | 10001000110001011000001111001010001111111001011101001011 | 88c583ca3f974b |
EUC-JP | 闇μ?揖 | 10110000110001111010011011001100001111111100110110101100 | b0c7a6cc3fcdac |
UTF-8 | 闇μ슱揖 | 1110100110010111100001111100111010111100111011001000101010110001111001101000111110010110 | e99787cebcec8ab1e68f96 |
UHC | 闇μ슱揖 | 1110010011100001101001011110110010011010101110001110101111100111 | e4e1a5ec9ab8ebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)