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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 銳㏓젔銳잙젛 | 111010011000101010110011111000111000111110010011111011001010000010010100111010011000101010110011111011001001111010011001111011001010000010011011 | e98ab3e38f93eca094e98ab3ec9e99eca09b |
UHC | 銳㏓젔銳잙젛 | 111001111110010110100111111010111010000010010010111001111110010110011111111010111010000010010111 | e7e5a7eba092e7e59feba097 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)