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 | 粨七肛湿 | 1110001011101000100011101011010111100011111010001000111010111100 | e2e88eb5e3e88ebc |
EUC-JP | 粨七肛湿 | 1110010011101010101111001011011111100110111010101011110010111110 | e4eabcb7e6eabcbe |
UTF-8 | 粨七肛湿 | 111001111011001010101000111001001011100010000011111010001000001010011011111001101011100110111111 | e7b2a8e4b883e8829be6b9bf |
UHC | ?七肛? | 001111111111011011010010111110011111110100111111 | 3ff6d2f9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)