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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???臆?? | 00111111001111110011111110001001101100000011111100111111 | 3f3f3f89b03f3f |
EUC-JP | ???臆?? | 00111111001111110011111110110010101100100011111100111111 | 3f3f3fb2b23f3f |
UTF-8 | 溫볠벳臆뽩났 | 111001101011101010101011111010111011001110100000111010111011001010110011111010001000011110000110111010111011110110101001111010111000001010101100 | e6baabebb3a0ebb2b3e88786ebbda9eb82ac |
UHC | 溫볠벳臆뽩났 | 111010001010111010010011111001101011101010101010111001011110011010010110111001011011001110110101 | e8ae93e6baaae5e696e5b3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)