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 | 髜爾肛辞 | 1111110001000000100011101010001011100011111010001000111010101011 | fc408ea2e3e88eab |
EUC-JP | 髜爾肛辞 | 100011111110100111101101101111001010010011100110111010101011110010101101 | 8fe9edbca4e6eabcad |
UTF-8 | 髜爾肛辞 | 111010011010101110011100111001111000100010111110111010001000001010011011111010001011111010011110 | e9ab9ce788bee8829be8be9e |
UHC | ?爾肛? | 001111111110110010110011111110011111110100111111 | 3fecb3f9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)