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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???庄?B | 00111111001111110011111110001111101011110011111101000010 | 3f3f3f8faf3f42 |
EUC-JP | ?焰?庄?B | 001111111000111111001001111011110011111110111110101100010011111101000010 | 3f8fc9ef3fbeb13f42 |
UTF-8 | 뤚焰뤳庄절B | 11101011101001001001101011100111100001001011000011101011101001001011001111100101101110101000010011101100101000001000100001000010 | eba49ae784b0eba4b3e5ba84eca08842 |
UHC | 뤚焰뤳庄절B | 1000111111001001111001101111101110001111111000011110110111100100110000001111110101000010 | 8fc9e6fb8fe1ede4c0fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)