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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??讖?劃 | 00111111001111111110011010101001001111111000101001100011 | 3f3fe6a93f8a63 |
EUC-JP | ??讖?劃 | 00111111001111111110110010101011001111111011001111000100 | 3f3fecab3fb3c4 |
UTF-8 | 없덕讖룿劃 | 111011001001011110000110111010111000110110010101111010001010111010010110111010111010001110111111111001011000101010000011 | ec9786eb8d95e8ae96eba3bfe58a83 |
UHC | 없덕讖룿劃 | 10111110111110001011010011110110111100111101100110001111101100001111110011110001 | bef8b4f6f3d98fb0fcf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)