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 | 厓??竊 | 111110101000110100111111001111111110001010000110 | fa8d3f3fe286 |
EUC-JP | 厓??竊 | 10001111101101001100011100111111001111111110001111100110 | 8fb4c73f3fe3e6 |
UTF-8 | 厓쀢뫖竊 | 111001011000111010010011111011001000000010100010111010111010101110010110111001111010101110001010 | e58e93ec80a2ebab96e7ab8a |
UHC | 厓쀢뫖竊 | 1110010011101101100101111110001010010001101110001110111110111100 | e4ed97e291b8efbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)