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 | 芽寂逢芽寂 | 10001001111010001000111011100010100010001010011110001001111010001000111011100010 | 89e88ee288a789e88ee2 |
EUC-JP | 芽寂逢芽寂 | 10110010111010101011110011100100101100001010100110110010111010101011110011100100 | b2eabce4b0a9b2eabce4 |
UTF-8 | 芽寂逢芽寂 | 111010001000101010111101111001011010111110000010111010011000000010100010111010001000101010111101111001011010111110000010 | e88abde5af82e980a2e88abde5af82 |
UHC | 芽寂逢芽寂 | 11100100101101001110111011010110110111001111000111100100101101001110111011010110 | e4b4eed6dcf1e4b4eed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)