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 | 鞜丞干ヘ | 11101000110111111000111111100101100010101011000111001101 | e8df8fe58ab1cd |
EUC-JP | 鞜丞干ヘ | 1111000011100001101111101110011110110100101100111000111011001101 | f0e1bee7b4b38ecd |
UTF-8 | 鞜丞干ヘ | 111010011001111010011100111001001011100010011110111001011011100110110010111011111011111010001101 | e99e9ce4b89ee5b9b2efbe8d |
UHC | ?丞干? | 001111111110001110101010110010101100111000111111 | 3fe3aacace3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)