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 | 堊?????? | 1001101010111111001111110011111100111111001111110011111100111111 | 9abf3f3f3f3f3f3f |
EUC-JP | 堊?????? | 1101010011000001001111110011111100111111001111110011111100111111 | d4c13f3f3f3f3f3f |
UTF-8 | 堊묈꽒溜쀫퉬溜 | 111001011010000010001010111010111010110010001000111010101011110110010010111011111010011110001011111011001000000010101011111011011000100110101100111011111010011110001011 | e5a08aebac88eabd92efa78bec80abed89acefa78b |
UHC | 堊묈꽒溜쀫퉬溜 | 1110010010111110100100011110010110000100101000011110101011111110100101111110101110111001100001001110101011111110 | e4be91e584a1eafe97ebb984eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)