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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鏑?梯?? | 10010011010011000011111110010010111100100011111100111111 | 934c3f92f23f3f |
EUC-JP | 鏑?梯?? | 11000101101011010011111111000100111101000011111100111111 | c5ad3fc4f43f3f |
UTF-8 | 鏑렍梯며렱 | 111010011000111110010001111010111010000010001101111001101010001010101111111010111010100110110000111010111010000010110001 | e98f91eba08de6a2afeba9b0eba0b1 |
UHC | 鏑렍梯며렱 | 11101110111010111000111010100011111100001010110010111000111001111000111010111110 | eeeb8ea3f0acb8e78ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)