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 | ?I?c?? | 001111110100100100111111011000110011111100111111 | 3f493f633f3f |
SJIS-WIN | ?I?c?? | 001111110100100100111111011000110011111100111111 | 3f493f633f3f |
EUC-JP | ?I?c?? | 001111110100100100111111011000110011111100111111 | 3f493f633f3f |
UTF-8 | 혧I챈c혟횘 | 1110110110011000101001110100100111101100101100011000100001100011111011011001100010011111111011011001101010011000 | ed98a749ecb18863ed989fed9a98 |
UHC | 혧I챈c혟횘 | 11000010100011110100100111000011101001100110001111000010100010011100001110010010 | c28f49c3a663c289c392 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)