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 | 臆??? | 1000100110110000001111110011111100111111 | 89b03f3f3f |
EUC-JP | 臆??倻 | 10110010101100100011111100111111100011111011000111110110 | b2b23f3f8fb1f6 |
UTF-8 | 臆딁뫆倻 | 111010001000011110000110111010111001010010000001111010111010101110000110111001011000000010111011 | e88786eb9481ebab86e580bb |
UHC | 臆딁뫆倻 | 1110010111100110100010101110011110010001101010011110010110100110 | e5e68ae791a9e5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)