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 | 鏑?俺?? | 10010011010011000011111110001001101101000011111100111111 | 934c3f89b43f3f |
EUC-JP | 鏑?俺?? | 11000101101011010011111110110010101101100011111100111111 | c5ad3fb2b63f3f |
UTF-8 | 鏑렏俺편렡 | 111010011000111110010001111010111010000010001111111001001011111110111010111011011000111010111000111010111010000010100001 | e98f91eba08fe4bfbaed8eb8eba0a1 |
UHC | 鏑렏俺편렡 | 11101110111010111000111010100101111001011110111111000110111011011000111010110010 | eeeb8ea5e5efc6ed8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)