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 | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
SJIS-WIN | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
EUC-JP | ???}???I^ | 001111110011111100111111011111010011111100111111001111110100100101011110 | 3f3f3f7d3f3f3f495e |
UTF-8 | 혣횓찾}혣횓혪I^ | 111011011001100010100011111011011001101010010011111011001011000010111110011111011110110110011000101000111110110110011010100100111110110110011000101010100100100101011110 | ed98a3ed9a93ecb0be7ded98a3ed9a93ed98aa495e |
UHC | 혣횓찾}혣횓혪I^ | 110000101000110011000011100011101100001110100011011111011100001010001100110000111000111011000010100100100100100101011110 | c28cc38ec3a37dc28cc38ec292495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)