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 | 100101101111010000111111100000010100001110010111010000100011111101000010 | 96f43f814397423f42 |
EUC-JP | 躍?,唯?B | 110011001111011000111111101000011010010011001101101000110011111101000010 | ccf63fa1a4cda33f42 |
UTF-8 | 躍노,唯뉶B | 11101000101110101000110111101011100001011011100011101111101111001000110011100101100101001010111111101011100010011011011001000010 | e8ba8deb85b8efbc8ce594afeb89b642 |
UHC | 躍노,唯뉶B | 1110010110111000101100111110101110100011101011001110101011100110100010000100011001000010 | e5b8b3eba3aceae6884642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)