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 | ??池頭? | 00111111001111111001001001110010100100111010101000111111 | 3f3f927293aa3f |
EUC-JP | ??池頭? | 00111111001111111100001111010011110001101010110000111111 | 3f3fc3d3c6ac3f |
UTF-8 | 麟렱池頭롚 | 111011111010011110110011111010111010000010110001111001101011000110100000111010011010000010101101111010111010000110011010 | efa7b3eba0b1e6b1a0e9a0adeba19a |
UHC | 麟렱池頭롚 | 11101100111010001000111010111110111100101010111011010100111010011000111011011110 | ece88ebef2aed4e98ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)