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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 滎??? | 100011111100100010111001001111110011111100111111 | 8fc8b93f3f3f |
UTF-8 | 滎쇿윿輦 | 111001101011101110001110111011001000011110111111111011001001110010111111111011111010011010011000 | e6bb8eec87bfec9cbfefa698 |
UHC | 滎쇿윿輦 | 1111101110100011100110011110010110011111101101111110011011100100 | fba399e59fb7e6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)