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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 運莎?? | 100010010101111011100100101100110011111100111111 | 895ee4b33f3f |
EUC-JP | 運莎?? | 101100011011111111101000101101010011111100111111 | b1bfe8b53f3f |
UTF-8 | 運莎렟렠 | 111010011000000110001011111010001000111010001110111010111010000010011111111010111010000010100000 | e9818be88e8eeba09feba0a0 |
UHC | 運莎렟렠 | 1110101010100001110111101110110110001110101100001000111010110001 | eaa1deed8eb08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)