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 | 閾灘援蜊ウ | 111010001000011110010011111001011000100110000111111001011000110110110011 | e88793e58987e58db3 |
EUC-JP | 閾灘援蜊ウ | 11101111111001111100011011100111101100011110011111101001111011011000111010110011 | efe7c6e7b1e7e9ed8eb3 |
UTF-8 | 閾灘援蜊ウ | 111010011001011010111110111001111000000110011000111001101000111110110100111010001001110010001010111011111011110110110011 | e996bee78198e68fb4e89c8aefbdb3 |
UHC | ?灘援?? | 00111111111101111010100011101010101101010011111100111111 | 3ff7a8eab53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)