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 | 癲с?媛? | 1110000110011111100001001000001100111111100101010101000100111111 | e19f84833f95513f |
EUC-JP | 癲с?媛? | 1110001010100001101001111110001100111111110010011011001000111111 | e2a1a7e33fc9b23f |
UTF-8 | 癲с렔媛캛 | 1110011110011001101100101101000110000001111010111010000010010100111001011010101010011011111011001011101010011011 | e799b2d181eba094e5aa9becba9b |
UHC | 癲с렔媛캛 | 11101111101001101010110011100011100011101010100111101010101100001011000001000010 | efa6ace38ea9eab0b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)