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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釣??侑? | 10010010110111100011111100111111100110001101000000111111 | 92de3f3f98d03f |
EUC-JP | 釣?玭侑? | 110001001110000000111111100011111100101111100001110100001101001000111111 | c4e03f8fcbe1d0d23f |
UTF-8 | 釣몃玭侑괠 | 111010011000011110100011111010111010101010000011111001111000111010101101111001001011111010010001111010101011010010100000 | e987a3ebaa83e78eade4be91eab4a0 |
UHC | 釣몃玭侑괠 | 11110000111001011011100011101011110111101011011111101010111000101011000110100111 | f0e5b8ebdeb7eae2b1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)