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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??,?ョ? | 0011111100111111100000010100001100111111100000111000011100111111 | 3f3f81433f83873f |
EUC-JP | ??,嫄ョ? | 00111111001111111010000110100100100011111011101010100001101001011110011100111111 | 3f3fa1a48fbaa1a5e73f |
UTF-8 | 念잙,嫄ョ㎣ | 111011111010011010100011111011001001111010011001111011111011110010001100111001011010101110000100111000111000001110100111111000111000111010100011 | efa6a3ec9e99efbc8ce5ab84e383a7e38ea3 |
UHC | 念잙,嫄ョ㎣ | 111001101111011010011111111010111010001110101100111010101011000110101011111001111010011110100111 | e6f69feba3aceab1abe7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)