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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | テδ津δシF | 110000111000001111000010100100101100001110000011110000101011110001000110 | c383c292c383c2bc46 |
EUC-JP | テδ津δシF | 1000111011000011101001101100010011000100110001011010011011000100100011101011110001000110 | 8ec3a6c4c4c5a6c48ebc46 |
UTF-8 | テδ津δシF | 1110111110111110100000111100111010110100111001101011010010100101110011101011010011101111101111011011110001000110 | efbe83ceb4e6b4a5ceb4efbdbc46 |
UHC | ?δ津δ?F | 001111111010010111100100111100101101000010100101111001000011111101000110 | 3fa5e4f2d0a5e43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)