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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??鄕? | 0011111100111111111110111011100000111111 | 3f3ffbb83f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 먎윬鄕섲 | 111010111010100010001110111011001001110010101100111010011000010010010101111011001000010010110010 | eba88eec9cace98495ec84b2 |
UHC | 먎윬鄕섲 | 1001000011001100100111111010101111111010110000011001100101000001 | 90cc9fabfac19941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)