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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | テ淌мテ淌к^ | 1100001110011111110000111000010001111101110000111001111111000011100001000111101101011110 | c39fc3847dc39fc3847b5e |
EUC-JP | テ淌мテ淌к^ | 10001110110000111101111011000101101001111101111010001110110000111101111011000101101001111101110001011110 | 8ec3dec5a7de8ec3dec5a7dc5e |
UTF-8 | テ淌мテ淌к^ | 1110111110111110100000111110011010110111100011001101000010111100111011111011111010000011111001101011011110001100110100001011101001011110 | efbe83e6b78cd0bcefbe83e6b78cd0ba5e |
UHC | ??м??к^ | 001111110011111110101100110111100011111100111111101011001101110001011110 | 3f3facde3f3facdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)