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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???時?B | 00111111001111110011111110001110100111100011111101000010 | 3f3f3f8e9e3f42 |
EUC-JP | ???時?B | 00111111001111110011111110111011111111100011111101000010 | 3f3f3fbbfe3f42 |
UTF-8 | 뤉렐핊時셈B | 11101011101001001000100111101011101000001001000011101101100101011000101011100110100110011000001011101100100001011000100001000010 | eba489eba090ed958ae69982ec858842 |
UHC | 뤉렐핊時셈B | 1000111110111001101101111011110011000000100011111110001111000001101111001100000001000010 | 8fb9b7bcc08fe3c1bcc042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)