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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遙λ?宥g? | 11101010101000011000001111001001001111111001011101000111100000101000011100111111 | eaa183c93f974782873f |
EUC-JP | 遙λ?宥g? | 11110100101000111010011011001011001111111100110110101000101000111110011100111111 | f4a3a6cb3fcda8a3e73f |
UTF-8 | 遙λ뿩宥g큵 | 1110100110000001100110011100111010111011111010111011111110101001111001011010111010100101111011111011110110000111111011011000000110110101 | e98199cebbebbfa9e5aea5efbd87ed81b5 |
UHC | 遙λ뿩宥g큵 | 111010011010101110100101111010111001011110101001111010101110100110100011111001111011010010000100 | e9aba5eb97a9eae9a3e7b484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)