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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????Ⅴ | 00111111001111110011111100111111001111111000011101011000 | 3f3f3f3f3f8758 |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 凉깅끆利몌Ⅴ | 111011111010010110111001111010101011100110000101111010111000000110000110111011111010011110011101111010111010101010001100111000101000010110100100 | efa5b9eab985eb8186efa79debaa8ce285a4 |
UHC | 凉깅끆利몌Ⅴ | 111001011011110010110001111010111000010110111010111011001010011010111000111011111010010110110100 | e5bcb1eb85baeca6b8efa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)