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 | ?ょ?亦?? | 0011111110000010111001010011111110010110100100100011111100111111 | 3f82e53f96923f3f |
EUC-JP | ?ょ?亦?? | 0011111110100100111001110011111111001011111100100011111100111111 | 3fa4e73fcbf23f3f |
UTF-8 | 銳ょ뮵亦삭눎 | 111010011000101010110011111000111000001010000111111010111010111010110101111001001011101010100110111011001000001010101101111010111000100010001110 | e98ab3e38287ebaeb5e4baa6ec82adeb888e |
UHC | 銳ょ뮵亦삭눎 | 111001111110010110101010111001111001001010111101111001101011001010111011111010001000011110101010 | e7e5aae792bde6b2bbe887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)