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 | 鵫痔昭レ | 11111100010010001000111010100100100011111011101011011010 | fc488ea48fbada |
EUC-JP | 鵫痔昭レ | 100011111110101111111010101111001010011010111110101111001000111011011010 | 8febfabca6bebc8eda |
UTF-8 | 鵫痔昭レ | 111010011011010110101011111001111001011110010100111001101001100010101101111011111011111010011010 | e9b5abe79794e698adefbe9a |
UHC | ?痔昭? | 001111111111011011000000111000011011100100111111 | 3ff6c0e1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)