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 | ???溢у? | 0011111100111111001111111000100011101100100001001000010100111111 | 3f3f3f88ec84853f |
EUC-JP | ???溢у? | 0011111100111111001111111011000011101110101001111110010100111111 | 3f3f3fb0eea7e53f |
UTF-8 | 凉깅끆溢у럳 | 1110111110100101101110011110101010111001100001011110101110000001100001101110011010111010101000101101000110000011111010111001111110110011 | efa5b9eab985eb8186e6baa2d183eb9fb3 |
UHC | 凉깅끆溢у럳 | 111001011011110010110001111010111000010110111010111011001110111010101100111001011000111010010011 | e5bcb1eb85baeceeace58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)