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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低氓??媛 | 1001001011100001100111111000001000111111001111111001010101010001 | 92e19f823f3f9551 |
EUC-JP | 低氓??媛 | 1100010011100011110111011110001000111111001111111100100110110010 | c4e3dde23f3fc9b2 |
UTF-8 | 低氓렢렒媛 | 111001001011110110001110111001101011000010010011111010111010000010100010111010111010000010010010111001011010101010011011 | e4bd8ee6b093eba0a2eba092e5aa9b |
UHC | 低氓렢렒媛 | 11101110101110001101100011101100100011101011001110001110101001111110101010110000 | eeb8d8ec8eb38ea7eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)