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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????曇?? | 0011111100111111001111110011111110010011110111000011111100111111 | 3f3f3f3f93dc3f3f |
EUC-JP | ????曇?? | 0011111100111111001111110011111111000110110111100011111100111111 | 3f3f3f3fc6de3f3f |
UTF-8 | 쒔롋뤏쮱曇쳩횓 | 111011001001001010010100111010111010000110001011111010111010010010001111111011001010111010110001111001101001101110000111111011001011001110101001111011011001101010010011 | ec9294eba18beba48fecaeb1e69b87ecb3a9ed9a93 |
UHC | 쒔롋뤏쮱曇쳩횓 | 1011111010101101100011101101000110001111101111111010100010001110110100111011111010101011100011101100001110001110 | bead8ed18fbfa88ed3beab8ec38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)