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 | 胝?建あ | 11100011111100010011111110001100100110101000001010100000 | e3f13f8c9a82a0 |
EUC-JP | 胝鰪建あ | 111001101111001110001111111010111011011010110111111110101010010010100010 | e6f38febb6b7faa4a2 |
UTF-8 | 胝鰪建あ | 111010001000001110011101111010011011000010101010111001011011101110111010111000111000000110000010 | e8839de9b0aae5bbbae38182 |
UHC | ??建あ | 001111110011111111001011111011111010101010100010 | 3f3fcbefaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)