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???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 렻씻렏Y렻씻렏bE | 111010111010000010111011111011001001010010111011111010111010000010001111010110011110101110100000101110111110110010010100101110111110101110100000100011110110001001000101 | eba0bbec94bbeba08f59eba0bbec94bbeba08f6245 |
UHC | 렻씻렏Y렻씻렏bE | 100011101100001110111110110001001000111010100101010110011000111011000011101111101100010010001110101001010110001001000101 | 8ec3bec48ea5598ec3bec48ea56245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)