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 | 爾肛レ | 11110000111101111000111010100010111000111110100011011010 | f0f78ea2e3e8da |
EUC-JP | ?爾肛レ | 00111111101111001010010011100110111010101000111011011010 | 3fbca4e6ea8eda |
UTF-8 | 爾肛レ | 111011101000001010110110111001111000100010111110111010001000001010011011111011111011111010011010 | ee82b6e788bee8829befbe9a |
UHC | ?爾肛? | 001111111110110010110011111110011111110100111111 | 3fecb3f9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)