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 | 橳ロ゙ | 1111000011100111111100001100010111111010111100001101101111011110 | f0e7f0c5faf0dbde |
EUC-JP | ??橳ロ゙ | 001111110011111110001111110001011011010110001110110110111000111011011110 | 3f3f8fc5b58edb8ede |
UTF-8 | 橳ロ゙ | 111011101000001010100110111011101000001010000100111001101010100110110011111011111011111010011011111011111011111010011110 | ee82a6ee8284e6a9b3efbe9befbe9e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)