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 | 0011111110001001110110101001111111110111001111110011111101000010 | 3f89da9ff73f3f42 |
EUC-JP | ?蝦漿??B | 0011111110110010110111001101111011111001001111110011111101000010 | 3fb2dcdef93f3f42 |
UTF-8 | 뤋蝦漿쭖퇣B | 11101011101001001000101111101000100111011010011011100110101111001011111111101100101011011001011011101101100001111010001101000010 | eba48be89da6e6bcbfecad96ed87a342 |
UHC | 뤋蝦漿쭖퇣B | 1000111110111011111110011100010011101101111011001010011110001110101110000101001101000010 | 8fbbf9c4edeca78eb85342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)