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 | ?戀?怯 | 001111111001110011110110001111111000101110101111 | 3f9cf63f8baf |
EUC-JP | ?戀?怯 | 001111111101100011111000001111111011011010110001 | 3fd8f83fb6b1 |
UTF-8 | 괴戀ㅈ怯 | 111010101011010010110100111001101000100010000000111000111000010110001000111001101000000010101111 | eab4b4e68880e38588e680af |
UHC | 괴戀ㅈ怯 | 1011000110101011110101011111110010100100101110001100110010100101 | b1abd5fca4b8cca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)