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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逡瀧戟寀ウ | 111001111001010110010001111010111000110010000001111110101010011110110011 | e79591eb8c81faa7b3 |
EUC-JP | 逡瀧戟寀ウ | 1110110111110101110000101110110110110111111000011000111110111010110110111000111010110011 | edf5c2edb7e18fbadb8eb3 |
UTF-8 | 逡瀧戟寀ウ | 111010011000000010100001111001111000000010100111111001101000100010011111111001011010111110000000111011111011110110110011 | e980a1e780a7e6889fe5af80efbdb3 |
UHC | 逡瀧戟寀? | 111100011110010011010110111010011101000010111101111100111111001000111111 | f1e4d6e9d0bdf3f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)