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 | 郤駕拾聿 | 1110011110111010100010011110110110001111010001011110001111100100 | e7ba89ed8f45e3e4 |
EUC-JP | 郤駕拾聿 | 1110111010111100101100101110111110111101101001101110011011100110 | eebcb2efbda6e6e6 |
UTF-8 | 郤駕拾聿 | 111010011000001110100100111010011010011110010101111001101000101110111110111010001000000110111111 | e983a4e9a795e68bbee881bf |
UHC | ?駕拾聿 | 00111111110010101011110111100011101001101110101111010011 | 3fcabde3a6ebd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)