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 | ?洸?? | 0011111110011111101010010011111100111111 | 3f9fa93f3f |
EUC-JP | ?洸鋌? | 00111111110111101010101110001111111001001011101100111111 | 3fdeab8fe4bb3f |
UTF-8 | 뤯洸鋌렠 | 111010111010010010101111111001101011010010111000111010011000101110001100111010111010000010100000 | eba4afe6b4b8e98b8ceba0a0 |
UHC | 뤯洸鋌렠 | 1000111111011101110011101100100011101111111110111000111010110001 | 8fddcec8effb8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)