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 | ??AnD??AnD^ | 0011111100111111010000010110111001000100001111110011111101000001011011100100010001011110 | 3f3f416e443f3f416e445e |
SJIS-WIN | ??AnD??AnD^ | 0011111100111111010000010110111001000100001111110011111101000001011011100100010001011110 | 3f3f416e443f3f416e445e |
EUC-JP | ??AnD??AnD^ | 0011111100111111010000010110111001000100001111110011111101000001011011100100010001011110 | 3f3f416e443f3f416e445e |
UTF-8 | 횂혪AnD횂혪AnD^ | 11101101100110101000001011101101100110001010101001000001011011100100010011101101100110101000001011101101100110001010101001000001011011100100010001011110 | ed9a82ed98aa416e44ed9a82ed98aa416e445e |
UHC | 횂혪AnD횂혪AnD^ | 110000111000001011000010100100100100000101101110010001001100001110000010110000101001001001000001011011100100010001011110 | c382c292416e44c382c292416e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)