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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 室勺G | 1000111010111010100011101101100101000111 | 8eba8ed947 |
EUC-JP | 室勺G | 1011110010111100101111001101101101000111 | bcbcbcdb47 |
UTF-8 | 室勺G | 11100101101011101010010011100101100010111011101001000111 | e5aea4e58bba47 |
UHC | 室勺G | 1110001111111000111011011100001101000111 | e3f8edc347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)