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 | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
SJIS-WIN | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
EUC-JP | ???D?? | 001111110011111100111111010001000011111100111111 | 3f3f3f443f3f |
UTF-8 | 혨횑혩D혨횋 | 11101101100110001010100011101101100110101001000111101101100110001010100101000100111011011001100010101000111011011001101010001011 | ed98a8ed9a91ed98a944ed98a8ed9a8b |
UHC | 혨횑혩D혨횋 | 1100001010010000110000111000110011000010100100010100010011000010100100001100001110001001 | c290c38cc29144c290c389 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)