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 | 莠罷況妤 | 1110010010111010100101001110101110001011101101011111101010100100 | e4ba94eb8bb5faa4 |
EUC-JP | 莠罷況妤 | 111010001011110011001000111011011011011010110111100011111011100110101111 | e8bcc8edb6b78fb9af |
UTF-8 | 莠罷況妤 | 111010001000111010100000111001111011110110110111111001101011001110000001111001011010011010100100 | e88ea0e7bdb7e6b381e5a6a4 |
UHC | ?罷況? | 001111111111011111110011111111001100111100111111 | 3ff7f3fccf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)