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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞜丞干ヘ | 111010001101111110001111111001011000101010110001110011011111100111101000 | e8df8fe58ab1cdf9e8 |
EUC-JP | 鞜丞干ヘ? | 111100001110000110111110111001111011010010110011100011101100110100111111 | f0e1bee7b4b38ecd3f |
UTF-8 | 鞜丞干ヘ | 111010011001111010011100111001001011100010011110111001011011100110110010111011111011111010001101111011101001110110000011 | e99e9ce4b89ee5b9b2efbe8dee9d83 |
UHC | ?丞干?? | 00111111111000111010101011001010110011100011111100111111 | 3fe3aacace3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)