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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銕会ス丈 | 11100111111011001000100111101111101111011000111111100100 | e7ec89efbd8fe4 |
EUC-JP | 銕会ス丈 | 1110111011101110101100101111000110001110101111011011111011100110 | eeeeb2f18ebdbee6 |
UTF-8 | 銕会ス丈 | 111010011000101010010101111001001011110010011010111011111011110110111101111001001011100010001000 | e98a95e4bc9aefbdbde4b888 |
UHC | ???丈 | 0011111100111111001111111110110111011011 | 3f3f3feddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)