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 | 軏鯉セ難ス | 1111101110110010100011001110111110111110100100111110111110111101 | fbb28cefbe93efbd |
EUC-JP | 軏鯉セ難ス | 1000111111100000110110011011100011110001100011101011111011000110111100011000111010111101 | 8fe0d9b8f18ebec6f18ebd |
UTF-8 | 軏鯉セ難ス | 111010001011101110001111111010011010111110001001111011111011110110111110111010011001101110100011111011111011110110111101 | e8bb8fe9af89efbdbee99ba3efbdbd |
UHC | ?鯉?難? | 00111111110101111110111100111111110100011111000100111111 | 3fd7ef3fd1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)