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 | 輿???∽? | 1001011101100000001111110011111100111111100000011110010000111111 | 97603f3f3f81e43f |
EUC-JP | 輿???∽? | 1100110111000001001111110011111100111111101000101110011000111111 | cdc13f3f3fa2e63f |
UTF-8 | 輿삘댙履∽쭓 | 111010001011110010111111111011001000001010011000111010111000110010011001111011111010011110011111111000101000100010111101111011001010110110010011 | e8bcbfec8298eb8c99efa79fe288bdecad93 |
UHC | 輿삘댙履∽쭓 | 111001101010101110111011111000101000100010111101111011001010101010100001111011111010011110001011 | e6abbbe288bdecaaa1efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)