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 | 驕紋クサ | 111010011000000110010110111001001011100010111011 | e98196e4b8bb |
EUC-JP | 驕紋クサ | 1111000111100001110011001110011010001110101110001000111010111011 | f1e1cce68eb88ebb |
UTF-8 | 驕紋クサ | 111010011010100110010101111001111011010010001011111011111011110110111000111011111011110110111011 | e9a995e7b48befbdb8efbdbb |
UHC | 驕紋?? | 110011101111011011011010101000110011111100111111 | cef6daa33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)