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 | 弟????梯 | 1001001011101101001111110011111100111111001111111001001011110010 | 92ed3f3f3f3f92f2 |
EUC-JP | 弟????梯 | 1100010011101111001111110011111100111111001111111100010011110100 | c4ef3f3f3f3fc4f4 |
UTF-8 | 弟롉렾렒렖梯 | 111001011011110010011111111010111010000110001001111010111010000010111110111010111010000010010010111010111010000010010110111001101010001010101111 | e5bc9feba189eba0beeba092eba096e6a2af |
UHC | 弟롉렾렒렖梯 | 111100001010100110001110110011111000111011000110100011101010011110001110101010111111000010101100 | f0a98ecf8ec68ea78eabf0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)