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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 蔭??G蔭 | 10001000111111000011111100111111010001111000100011111100 | 88fc3f3f4788fc |
EUC-JP | 蔭??G蔭 | 10110000111111100011111100111111010001111011000011111110 | b0fe3f3f47b0fe |
UTF-8 | 蔭붿꺑G蔭 | 11101000100101001010110111101011101101101011111111101010101110101001000101000111111010001001010010101101 | e894adebb6bfeaba9147e894ad |
UHC | 蔭붿꺑G蔭 | 111010111110001110010100111011001000001110110111010001111110101111100011 | ebe394ec83b747ebe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)