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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?斐釐 | 0011111110010100111000111110011111011000 | 3f94e3e7d8 |
EUC-JP | ?斐釐 | 0011111111001000111001011110111011011010 | 3fc8e5eeda |
UTF-8 | 뤶斐釐 | 111010111010010010110110111001101001011010010000111010011000011110010000 | eba4b6e69690e98790 |
UHC | 뤶斐釐 | 100011111110010011011101111011001101011111101101 | 8fe4ddecd7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)