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 | 隰碁亂邏 | 1110100010101100100011001110100110011000101010101110011110110100 | e8ac8ce998aae7b4 |
EUC-JP | 隰碁亂邏 | 1111000010101110101110001110101111010000101011001110111010110110 | f0aeb8ebd0aceeb6 |
UTF-8 | 隰碁亂邏 | 111010011001101010110000111001111010001010000001111001001011101010000010111010011000001010001111 | e99ab0e7a281e4ba82e9828f |
UHC | ?碁亂邏 | 00111111110100011011001111010101101011111101010110100100 | 3fd1b3d5afd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)