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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 劣롧뙑劣롧뙑^ | 11101111101001101001110111101011101000011010011111101011100110011001000111101111101001101001110111101011101000011010011111101011100110011001000101011110 | efa69deba1a7eb9991efa69deba1a7eb99915e |
UHC | 劣롧뙑劣롧뙑^ | 11100110111010111000111011100111100011001001011011100110111010111000111011100111100011001001011001011110 | e6eb8ee78c96e6eb8ee78c965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)