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 | ?穡?? | 0011111111100010011100000011111100111111 | 3fe2703f3f |
EUC-JP | ?穡?芩 | 00111111111000111101000100111111100011111101011111000011 | 3fe3d13f8fd7c3 |
UTF-8 | 큼穡텼芩 | 111011011000000110111100111001111010100110100001111011011000010110111100111010001000101010101001 | ed81bce7a9a1ed85bce88aa9 |
UHC | 큼穡텼芩 | 1100010110101101110111111110001011000101111000011101000011011001 | c5addfe2c5e1d0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)