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 | ??×??? | 001111110011111111010111001111110011111100111111 | 3f3fd73f3f3f |
SJIS-WIN | 筌?×逸?? | 111000101010001100111111100000010111111010001000111011010011111100111111 | e2a33f817e88ed3f3f |
EUC-JP | 筌?×逸?? | 111001001010010100111111101000011101111110110000111011110011111100111111 | e4a53fa1dfb0ef3f3f |
UTF-8 | 筌먯×逸녔뤃 | 1110011110101101100011001110101110101000101011111100001110010111111010011000000010111000111010111000010110010100111010111010010010000011 | e7ad8ceba8afc397e980b8eb8594eba483 |
UHC | 筌먯×逸녔뤃 | 111011111010011110010000111011001010000110111111111011001110111110110011111001101000111110110100 | efa790eca1bfecefb3e68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)