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 | ??y??? | 001111110011111101111001001111110011111100111111 | 3f3f793f3f3f |
SJIS-WIN | ??y?匡? | 00111111001111110111100100111111100010111010011100111111 | 3f3f793f8ba73f |
EUC-JP | ??y?匡? | 00111111001111110111100100111111101101101010100100111111 | 3f3f793fb6a93f |
UTF-8 | 렻렑y렺匡렡 | 11101011101000001011101111101011101000001001000101111001111010111010000010111010111001011000110010100001111010111010000010100001 | eba0bbeba09179eba0bae58ca1eba0a1 |
UHC | 렻렑y렺匡렡 | 1000111011000011100011101010011001111001100011101100001011001110110001001000111010110010 | 8ec38ea6798ec2cec48eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)