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 | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
EUC-JP | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
UTF-8 | 챘혬혫G챈짖짠 | 11101100101100011001100011101101100110001010110011101101100110001010101101000111111011001011000110001000111011001010011110010110111011001010011110100000 | ecb198ed98aced98ab47ecb188eca796eca7a0 |
UHC | 챘혬혫G챈짖짠 | 11000011101010111100001010010100110000101001001101000111110000111010011011000010101000101100001010100111 | c3abc294c29347c3a6c2a2c2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)