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 | ??S??b?? | 0011111100111111010100110011111100111111011000100011111100111111 | 3f3f533f3f623f3f |
SJIS-WIN | ??S??b?賁 | 001111110011111101010011001111110011111101100010001111111110011011001010 | 3f3f533f3f623fe6ca |
EUC-JP | ??S??b?賁 | 001111110011111101010011001111110011111101100010001111111110110011001100 | 3f3f533f3f623feccc |
UTF-8 | 렻렒S렻렒b렺賁 | 1110101110100000101110111110101110100000100100100101001111101011101000001011101111101011101000001001001001100010111010111010000010111010111010001011001110000001 | eba0bbeba09253eba0bbeba09262eba0bae8b381 |
UHC | 렻렒S렻렒b렺賁 | 1000111011000011100011101010011101010011100011101100001110001110101001110110001010001110110000101101110111010011 | 8ec38ea7538ec38ea7628ec2ddd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)