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 | 枝敎?頭 | 10001110011111011111101011001101001111111001001110101010 | 8e7dfacd3f93aa |
EUC-JP | 枝??頭 | 101110111101111000111111001111111100011010101100 | bbde3f3fc6ac |
UTF-8 | 枝敎렜頭 | 111001101001111010011101111001101001010110001110111010111010000010011100111010011010000010101101 | e69e9de6958eeba09ce9a0ad |
UHC | 枝敎렜頭 | 1111001010101011110011101110011110001110101011101101010011101001 | f2abcee78eaed4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)