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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 称鳬ナ称鳬ナ^ | 1000111111001100111010011110100111000101100011111100110011101001111010011100010101011110 | 8fcce9e9c58fcce9e9c55e |
EUC-JP | 称鳬ナ称鳬ナ^ | 10111110110011101111001011101011100011101100010110111110110011101111001011101011100011101100010101011110 | becef2eb8ec5becef2eb8ec55e |
UTF-8 | 称鳬ナ称鳬ナ^ | 11100111101001111011000011101001101100111010110011101111101111101000010111100111101001111011000011101001101100111010110011101111101111101000010101011110 | e7a7b0e9b3acefbe85e7a7b0e9b3acefbe855e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)