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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 終鉀終鉀^ | 100011110100100111111011110001011000111101001001111110111100010101011110 | 8f49fbc58f49fbc55e |
EUC-JP | 終鉀終鉀^ | 1011110110101010100011111110001111011000101111011010101010001111111000111101100001011110 | bdaa8fe3d8bdaa8fe3d85e |
UTF-8 | 終鉀終鉀^ | 11100111101101011000001011101001100010011000000011100111101101011000001011101001100010011000000001011110 | e7b582e98980e7b582e989805e |
UHC | 終鉀終鉀^ | 111100001111101111001011101001011111000011111011110010111010010101011110 | f0fbcba5f0fbcba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)